Export calls data in CSV or JSON format.
Returns call data with the specified filters applied (same filter set as GET /).
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.customer_phone (string, optional): Filter by customer phone number.call_sid (string, optional): Filter by Burki call SID / provider call identifier.assistant_name (string, optional): Filter by assistant name.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 by customer phone number (substring)
Filter by call SID (substring)
Filter by assistant name (substring)
Filter calls from this date
Filter calls to this date
Successful Response