Get calls log
Get a list of calls from a given workspace ID
Authorizations
HTTPRequired
Uses the Authorization header: 'AccessKey ' followed by your access key token (e.g., 'Authorization: AccessKey AbCdEfGhIjKlMnOpQrStUvWxYzAbCdEfGhIj')
Path parameters
workspaceIdstring · uuidRequired
The ID of the workspace
Query parameters
limitinteger · min: 1 · max: 1000OptionalDefault:
Limits the number of results to return
10pageTokenstring · max: 8000Optional
Pagination token that keeps of track of the current position in the list
startAtstring · date-timeOptional
Start date for the query
endAtstring · date-timeOptional
End date for the query
channelIdstring[]Optional
The ID for a channel
statusstring · enumOptionalPossible values:
typestring · enumOptionalPossible values:
tostring · min: 1 · max: 100Optional
fromstring · min: 1 · max: 100Optional
durationintegerOptional
directionstring · enumOptionalPossible values:
idstring · uuidOptional
The ID for a call
tagstring[]Optional
Filter based on tag
Responses
200
OK
application/json
404
The request did not pass validation
application/json
422
The request did not pass validation
application/json
get
/workspaces/{workspaceId}/channels/callsLast updated
Was this helpful?

