Export calls data in CSV or JSON format.
Returns call data with the specified filters applied.
format (string, optional, default: csv): The desired file format. Can be csv or json.status (string, optional): Filter calls by their status.assistant_id (integer, optional): Filter calls by a specific assistant.date_from (string, optional): Filter calls from this date (ISO 8601 format).date_to (string, optional): Filter calls to this date (ISO 8601 format).format=csv:
You will receive a text/csv file named calls_export.csv.
format=json:
You will receive an application/json file named calls_export.json containing an array of call objects.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Export format: csv or json
^(csv|json)$Filter by call status
Filter by assistant ID
Filter calls from this date
Filter calls to this date
Successful Response