Skip to main content
GET
Call History

Authorizations

Authorization
string
header
required

Bearer token authentication. Use your API key as the bearer token. Format: Authorization: Bearer

Query Parameters

page
integer
default:1
Required range: x >= 1
limit
integer
default:10
Required range: 1 <= x <= 100
start_date
string

Filter calls after this date (ISO format UTC, e.g., 2024-01-01T00:00:00+00:00)

end_date
string

Filter calls before this date (ISO format UTC, e.g., 2024-12-31T23:59:59+00:00)

agent_ids
string[]

Filter calls by agent ID(s). Can provide multiple agent IDs as a list (e.g., ?agent_ids=agent1&agent_ids=agent2). Filter calls by agent ID(s). Can provide multiple agent IDs as a list.

Response

Successful Response - Returns paginated call history items, including the stable call_id for each call.

items
CallHistoryItem · object[]
required
pagination
PaginationMeta · object
required