List call records

View as Markdown
Paginated listing of call records for the organization, with optional filtering by agent, campaign, call type, and date range.

Authentication

AuthorizationBearer

API key from the console ApiKey collection, sent as Bearer token. Also accepts session cookies for browser-based auth.

Query parameters

agentIdstringOptional

Comma-separated agent IDs to filter results

campaignIdstringOptional
Campaign ID to filter results
callTypestringOptional

Type of call to filter (e.g. inbound, outbound)

dateFromdatetimeOptional

Start of date range (ISO 8601)

dateTodatetimeOptional

End of date range (ISO 8601)

pageintegerOptionalDefaults to 1

Page number (default 1)

limitintegerOptionalDefaults to 10

Records per page (default 10)

Response

Paginated call records
successboolean
dataobject

Errors

400
Bad Request Error
401
Unauthorized Error
500
Internal Server Error