Export chat data
GET/auth/chats/export/:chat_id
Exports selected data fields for a specific chat into a ZIP file stored in blob storage and returns the download URL.
Request
Responses
- 200
- 400
- 401
- 403
- 500
Success - Export process initiated, returns download URL.
Missing chat id
Unauthorized Access
Unauthorized - You do not have permission to export this chat
Internal Server Error during export process