Skip to main content
GET
List all calls

Autorizaciones

Authorization
string
header
requerido

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

Parámetros de consulta

after
string<uuid> | null
before
string<uuid> | null
page
integer | null
Rango requerido: x >= 1
limit
integer
predeterminado:50
Rango requerido: 1 <= x <= 1000
order
enum<string>
predeterminado:desc
Opciones disponibles:
asc,
desc
agent_id
string<uuid> | null
status
enum<string> | null

Call lifecycle state. Only four states: a call is dialing, waiting in the queue, in progress, or completed. Every terminal outcome — answered, transferred, refused, no-answer, errored — is COMPLETED; the specific outcome lives in Call.end_reason (see EndReason).

Opciones disponibles:
dialing,
in_queue,
in_progress,
completed
type
enum<string> | null
Opciones disponibles:
inbound,
outbound
start_created_date
string<date-time> | null
end_created_date
string<date-time> | null
contact_id
string<uuid> | null
phone_id
string<uuid> | null

Respuesta

Successful Response

data
CallResponse · object[]
requerido
has_more
boolean
requerido
first_id
string<uuid> | null
last_id
string<uuid> | null
current_page
integer | null
total_pages
integer | null