GET
/
calls

Headers

authorization
string
required

Your API key for authentication. Use Bearer format.

Query Parameters

type
enum<string>

Filter by call type

Available options:
Inbound,
Outbound
limit
string
default: 2000

Limit the number of calls returned

skip
string

Skip the first N calls

statuses
string

Filter by call statuses, comma separated

tags
string

Filter by tags, comma separated

models
string

Filter by models names, comma separated

ratings
string

Filter by ratings, comma separated

use_cases
string

Filter by use case ids, comma separated

from
string

Filter by start date

to
string

Filter by end date

sort
enum<string>

Sort direction

Available options:
asc,
desc

Search by extraction or phone number

campaigns
string

Filter by campaign ids, comma separated

transfer_contact_email
string | null

Filter by transfer contact email

Response

200 - application/json
calls
object[]
required
count
number
required

Total number of calls

limit
number
default: 2000required

Limit of calls returned, defined by limit query parameter

Required range: 0 < x < 2000
offset
number
required

Offset of the first call in the list, determined by skip query parameter