Llamadas
List Calls
Retrieve a paginated list of calls for your organization
GET
Returns a paginated list of calls for your organization. By default,
chat_history (transcript) is not included — pass include_transcript=true to include it. Supports filtering by date range, status, result, agent, and campaign.
Headers
Your API key for authentication. Found in your dashboard under API settings.
Query Parameters
Maximum number of calls to return. Must be ≥ 0.
Number of records to skip for pagination. Must be ≥ 0.
Sort direction by creation date. Possible values:
asc, desc.Filter calls created on or after this date (ISO 8601, e.g.
2026-01-01).Filter calls created on or before this date (ISO 8601, e.g.
2026-04-01).Filter by call status. Possible values:
in-progress, completed, no-answer, failed, in-queue, incomplete, busy, answering-machine, scheduled, voice_mail.Filter by call result. Possible values:
answered, voicemail, no_answer, busy, failed.Filter by agent UUID.
Filter by campaign UUID.
Filter by phone number in E.164 format (e.g.
+12124567890).Include
chat_history (transcript) in each call record. Defaults to false.Include per-word timing data in transcript entries. Only applies when
include_transcript=true.Include
chat_history_with_tools in each call record.Format for transcript output. Possible values:
json (raw array), toon (token-efficient TOON encoding). Only applies when include_transcript=true or include_tools=true.Response
Array of call objects.
Total number of calls matching the query (before pagination).
Error Codes
400 Bad Request— Invalid query parameters401 Unauthorized— Invalid or missing API key500 Internal Server Error— Server-side error
