Calls
Trigger async export of calls CSV to requester email
Triggers an asynchronous process to export call data to a CSV file and send it to the requester’s email.
POST
Headers
Your API key for authentication. Use Bearer format.
Example:
"Bearer API_KEY"
Body
application/json
Body
Email to send the export to. Overrides the requester's email in the app. Must be a member of the organization.
Filter by call type
Available options:
Inbound
, Outbound
Example:
"Inbound"
Limit the number of calls returned
Skip the first N calls
Filter by call statuses, comma separated
Filter by tags, comma separated
Filter by models names, comma separated
Filter by ratings, comma separated
Filter by use case ids, comma separated
Filter by start date
Example:
"2024-01-01T01:01:01Z"
Filter by end date
Example:
"2024-01-01T01:01:01Z"
Filter by campaign ids, comma separated
Filter by transfer contact email
Response
200
_mintlify/placeholder
200
Was this page helpful?