Skip to main content

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

NameInTypeRequiredDescription
conversation_idpathstringyes

Responses

StatusDescription
200Successful Response
422Validation Error

Operation ID: export_conversation_api_v1_app_conversations__conversation_id__download_get