POST /attempt/chat_export
Chat Export
Export a single chat entry as a denormalized CSV row.
Request Body (ExportChatApiRequest)
| Field | Type | Required | Description |
|---|---|---|---|
chat_entry_id | string | Yes | UUID of the chat entry to export |
attempt_id | string | No | Optional attempt context for the chat |
draft_id | string | No | Optional draft context for the chat |
snapshot_key | string | No | Cache snapshot key for consistent reads across related requests |
Response (ExportChatApiResponse)
| Field | Type | Required | Description |
|---|---|---|---|
content | string | Yes | Exported file content |
file_name | string | Yes | Name of the exported file |
mime_type | string | Yes | MIME type of the exported file |
row_count | integer | Yes | Number of rows in the export |
Last updated on