cURL
curl --request GET \ --url https://api.migma.ai/v1/export/status/{conversationId} \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "conversationId": "<string>", "canExport": true, "availableFormats": [ "<string>" ], "reason": "<string>" }, "error": "<string>" }
Check export availability for a conversation
JWT Bearer token authentication. Use 'Authorization: Bearer ' where the JWT token is obtained from the login endpoint.
The conversation ID to check
Export status retrieved
Show child attributes
The conversation ID
Whether the conversation can be exported
Available export formats for this conversation
Reason if export is not available
Was this page helpful?