Export conversation
GET /api/v1/app-conversations/{conversation_id}/download
Download a conversation trajectory as a zip file. Returns a zip file containing all events and metadata for the conversation. Args: conversation_id: The UUID of the conversation to download Returns: A zip file containing the conversation trajectory
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
conversation_id | path | string | yes | — |
Responses
| Status | Description |
|---|---|
200 | Successful Response |
422 | Validation Error |
Operation ID: export_conversation_api_v1_app_conversations__conversation_id__download_get