Skip to main content
GET
List Calls

Authorizations

Authorization
string
header
required

API key authentication. Include your API key in the Authorization header as: Authorization: Bearer <your-api-key>

Query Parameters

limit
integer

Maximum number of calls to return (1-100)

Required range: 1 <= x <= 100
offset
integer

Number of calls to skip

Required range: x >= 0
customer_id
string

Filter by customer ID

from_number
string

Filter by originating phone number

to_number
string

Filter by destination phone number

bot_uid
string

Filter by bot UID

from_date
string<date-time>

Filter calls from this date (ISO 8601 format)

to_date
string<date-time>

Filter calls to this date (ISO 8601 format)

call_status
enum<string>

Filter by call status

Available options:
registered,
ongoing,
ended,
error
call_type
enum<string>

Filter by call type

Available options:
phonecall,
webcall

Response

List of calls retrieved successfully

calls
object[]
required
pagination
object
required