Call History

List calls for a customer

get

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: 100Optional

Maximum number of calls to return

Default: 10
startingAfterstringOptional

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 · enumOptional

Filter calls by direction

Possible values:
statusstring · enumOptional

Filter calls by status

Possible values:
Responses
200

Successfully retrieved calls

application/json
get
/v1/agents/{agentId}/customers/{customerId}/call-history

Last updated