Skip to main content
POST
Export Call History CSV

Headers

string
required
API key used for authenticating requests to the API.
string
required
Workspace identifier for the API.

Request Body

boolean
default:"false"
Whether to include full call transcripts in the export.
boolean
default:"false"
Whether to include post-call analysis data in the export.
number
Maximum number of records to export.
string
Filter by batch call ID.
string
Filter by agent ID.
string
Filter by call status.
string
Filter by call direction.
object
Date range filter.

Response

The response is streamed as a CSV file with Content-Type: text/csv and Content-Disposition: attachment headers. The CSV includes columns for call ID, phone numbers, direction, status, duration, agent, flow name, cost, summary, variables, and optionally transcript and post-analysis data.