Skip to main content
GET
List call logs

Authorizations

X-API-Key
string
header
required

API key for authentication

Query Parameters

pageSize
integer
default:50

Number of results per page (1-100)

Required range: 1 <= x <= 100
cursor
string

Pagination cursor from previous response (use value from pagination.next or pagination.previous)

status
string

Filter by call status (e.g., "ended", "agent_hangup")

startDate
string<date-time>

Filter calls from this date (ISO 8601 format)

endDate
string<date-time>

Filter calls until this date (ISO 8601 format)

Response

200 - application/json

Successful response

data
object[]
pagination
object

Cursor-based pagination response (used by Call Logs endpoint)