Exports conversation data for a voice agent as an Excel file. Returns the file as a downloadable attachment.
Pass the API key in the Authorization header, You need to put Token keyword before the API key. e.g. 'Authorization: Token
The unique identifier of the voice agent.
"48f7656f-098b-4c43-b165-7cfd2cc8ac30"
Filter conversations by status.
COMPLETED, PENDING, FAILED, IN_PROGRESS, NO_ANSWER "COMPLETED"
The period filter option. Defaults to TODAY.
LAST_HOUR, TODAY, YESTERDAY, THIS_WEEK, THIS_MONTH, CUSTOM "TODAY"
The start period timestamp in milliseconds sent in string format. Must be sent with CUSTOM date filter.
"1737590399000"
The end period timestamp in milliseconds sent in string format. Must be sent with CUSTOM date filter.
"1737590399000"
The time difference between the timezone of the user's machine to the UTC/GMT timezone.
"-3"
Successful response - returns Excel file download
The response is of type file.