List call logs

List completed calls for your organization, ordered by creation time (newest first). Paginated via cursor. Filter by agent_id, call_type, or date range.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

cursorstringOptional
Opaque cursor from a previous response.
limitintegerOptional1-100Defaults to 25
Max items to return.
agent_idstringOptional

Filter by agent (use the tel_agt_... ID).

call_typestringOptional

Filter: inbound, outbound, webcall.

from_datestringOptional

ISO-8601 start datetime (inclusive).

to_datestringOptional

ISO-8601 end datetime (exclusive).

Response

Successful Response
datalist of objects
has_moreboolean
next_cursorstring
Opaque cursor for the next page, or null if this is the last page.

Errors

422
List Calls Calls Get Request Unprocessable Entity Error