Export conversation.

Exports the complete conversation history in a downloadable format. Use this to archive conversations, share transcripts, or analyze conversation content offline.

Path Params
integer
required

The ID of the agent to get the messages for

string
required

The session ID of the converstaions to get the messages for

Query Params
string
enum
Defaults to csv

Export file format.

Allowed:
string

Set to true to limit the export to a specific number of rows defined by the rowsNumber parameter. When false (default), all matching conversations are exported.

integer
≥ 1

The maximum number of rows to include in the export. Must be a positive integer (minimum: 1). Only applied when isCustomRowsNumber is true.

date

Start date for filtering exported conversations. Format: YYYY-MM-DD (e.g., 2024-01-15). Conversations created on or after this date are included. Omit to include all conversations up to endDate.

date

End date for filtering exported conversations. Format: YYYY-MM-DD (e.g., 2024-03-31). Conversations created on or before this date are included. Omit to include all conversations from startDate onward.

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
Bearer
JWT
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/octet-stream
application/json