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
/
calls-export
Headers
Your API key for authentication. Use Bearer format.
Body
application/json
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
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
Filter by end date
Filter by campaign ids, comma separated
Filter by transfer contact email
Was this page helpful?