Export Call Dispositions CSV
Export call dispositions as a CSV file.
GET
Headers
x-api-keystringrequiredAPI key used for authenticating requests to the API.
x-workspace-idstringrequiredWorkspace identifier for the API.
Query Parameters
phoneNumberstringFilter by phone number.
batchIdstringFilter by batch call ID.
agentIdstringFilter by agent ID.
statusstringFilter by disposition status.
dispositionstringFilter by disposition type.
timezonestringTimezone for date formatting in the CSV.
Response
The response is a CSV file with Content-Type: text/csv headers containing all matching dispositions with columns for phone number, disposition type, status, scheduled time, attempt number, agent, and notes.
