Skip to main content
Exports return a downloadable text/csv response with a timestamped Content-Disposition filename. They are always filtered to the organization associated with the API key; they do not return the standard JSON envelope.
  • GET /exports/calls supports status, direction, agent_id, ids, date_from, and date_to.
  • GET /exports/campaigns supports status, agent_id, ids, date_from, and date_to.
Use comma-separated IDs for an exact subset, for example ids=CALL_ID_1,CALL_ID_2. Dates are inclusive ISO dates (YYYY-MM-DD). A successful response has Content-Type: text/csv; 401 means the API key is missing or invalid, and 422 means a filter value is invalid.