v1

latestOpenAPI 3.0.1MIT2026-07-26104203277.0 KB

Export Conversations

Exports conversation data for a voice agent as an Excel file. Returns the file as a downloadable attachment.

get/v1/agent-analytics/conversations/export

Query parameters

voiceAgentIdstring uuid required
Example:48f7656f-098b-4c43-b165-7cfd2cc8ac30

The unique identifier of the voice agent.

status'COMPLETED' | 'PENDING' | 'FAILED' | 'IN_PROGRESS' | 'NO_ANSWER'
Example:COMPLETED

Filter conversations by status.

period'LAST_HOUR' | 'TODAY' | 'YESTERDAY' | 'THIS_WEEK' | 'THIS_MONTH' | 'CUSTOM'
Example:TODAY

The period filter option. Defaults to TODAY.

startPeriodstring
Example:1737590399000

The start period timestamp in milliseconds sent in string format. Must be sent with CUSTOM date filter.

endPeriodstring
Example:1737590399000

The end period timestamp in milliseconds sent in string format. Must be sent with CUSTOM date filter.

timeDifferencestring
Example:-3

The time difference between the timezone of the user's machine to the UTC/GMT timezone.

Response

Successful response - returns Excel file download