Skip to main content
GET
https://api.trillet.ai
/
v1
/
api
/
call-dispositions
/
export-csv
Export Call Dispositions CSV
curl --request GET \
  --url https://api.trillet.ai/v1/api/call-dispositions/export-csv \
  --header 'x-api-key: <api-key>' \
  --header 'x-workspace-id: <x-workspace-id>'

Headers

x-api-key
string
required
API key used for authenticating requests to the API.
x-workspace-id
string
required
Workspace identifier for the API.

Query Parameters

phoneNumber
string
Filter by phone number.
batchId
string
Filter by batch call ID.
agentId
string
Filter by agent ID.
status
string
Filter by disposition status.
disposition
string
Filter by disposition type.
timezone
string
Timezone 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.