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
cursor
Opaque cursor from a previous response.
limit
Max items to return.
agent_id
Filter by agent (use the tel_agt_... ID).
call_type
Filter: inbound, outbound, webcall.
from_date
ISO-8601 start datetime (inclusive).
to_date
ISO-8601 end datetime (exclusive).
Response
Successful Response
data
has_more
next_cursor
Opaque cursor for the next page, or null if this is the last page.
Errors
422
List Calls Calls Get Request Unprocessable Entity Error
