Call History
Retrieves a paginated list of calls (sessions) for a specific customer, including calls to any registered primary and secondary phone numbers.
Authorizations
AuthorizationstringRequired
Bearer {apikey}
Path parameters
agentIdstringRequired
The unique identifier of the agent
customerIdstringRequired
The unique identifier of the customer
Query parameters
limitinteger · min: 1 · max: 100OptionalDefault:
Maximum number of calls to return
10startingAfterstringOptional
Cursor for pagination - returns calls after this call ID
endingBeforestringOptional
Cursor for pagination - returns calls before this call ID
tagsstring[]Optional
Array of tags to filter calls by. Cannot be used together with flags parameter due to limitations.
directionstring · enumOptionalPossible values:
Filter calls by direction
statusstring · enumOptionalPossible values:
Filter calls by status
Responses
200
Successfully retrieved calls
application/json
400
Bad Request
application/json
401
Unauthorized
application/json
403
Forbidden
application/json
404
Not Found
application/json
500
Internal Server Error
application/json
get
/v1/agents/{agentId}/customers/{customerId}/call-historyLast updated