List Recordings

In order to retrieve all recordings you can use this request.

List recordings

get

List recordings

Authorizations
HTTPRequired

Uses the Authorization header: 'AccessKey ' followed by your access key token (e.g., 'Authorization: AccessKey AbCdEfGhIjKlMnOpQrStUvWxYzAbCdEfGhIj')

Path parameters
workspaceIdstringRequired
Query parameters
limitinteger · min: 1 · max: 99Optional

Limits the number of results to return

Default: 10
pageTokenstring · max: 8000Optional

Pagination token that keeps of track of the current position in the list

sourceIdstring · uuidOptional

The ID for the source.

channelIdstring · uuidOptional

The ID for the channel.

idstring · uuidOptional

The ID for the call.

directionstring · enumOptional

Direction of the call

Possible values:
startAtstring · date-timeOptional

Start date for the query

endAtstring · date-timeOptional

End date for the query

fromstringOptional

From number of the call

tostringOptional

To number of the call

statusstring · enumOptionalPossible values:
Responses
200

OK

application/json
get
/workspaces/{workspaceId}/recordings
curl "/workspaces/{workpaceId}/recordings" \
     -H 'Authorization: AccessKey YOUR_SECRET_TOKEN'

Last updated

Was this helpful?