Skip to main content
GET
Export calls (CSV)

Authorizations

Authorization
string
header
required

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

Path Parameters

agent_id
string<uuid>
required

Voice agent ID.

Example:

"550e8400-e29b-41d4-a716-446655440000"

Query Parameters

status
enum<string>

Filter calls by status.

Available options:
dispatching,
dispatched,
in_progress,
completed,
failed
channel
enum<string>

Filter calls by call direction.

Available options:
inbound,
outbound,
web
date_from
string<date-time>

Filter calls by call_started_at, falling back to created_at, from this time.

date_to
string<date-time>

Filter calls by call_started_at, falling back to created_at, until this time.

duration_bucket
enum<string>

Filter calls by duration bucket.

Available options:
none,
under_1_min,
1_to_5_min,
over_5_min

Response

CSV export.

The response is of type string.