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
Was this page helpful?