Export Conversations as CSV
Conversations
Export Conversations as CSV
Export up to 5,000 conversations as a CSV file with dynamic columns for evaluation criteria and data collection results.
GET
Export Conversations as CSV
Authorizations
API key for programmatic access
Query Parameters
Filter by agent ID.
Filter by success result (success/failure/unknown). Result of conversation success evaluation
Available options:
success, failure, unknown Unix timestamp to filter conversations before this date.
Unix timestamp to filter conversations after this date.
Minimum call duration in seconds.
Maximum call duration in seconds.
Minimum rating (1-5).
Required range:
1 <= x <= 5Maximum rating (1-5).
Required range:
1 <= x <= 5Filter by call direction (inbound/outbound/web). Direction of a conversation.
- inbound: Phone call received (SIP/Twilio)
- outbound: Phone call initiated by agent
- web: Web widget / dashboard talk-to initiated conversation
Available options:
inbound, outbound, web Maximum number of rows to export (max 5000).
Required range:
1 <= x <= 5000Response
Successful Response