cURL
curl --request GET \ --url https://api.migma.ai/v1/emails/previews/{previewId}/status \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "previewId": "<string>", "status": "<string>", "metadata": { "requestedDevices": 123, "completedDevices": 123, "failedDevices": 123 } } }
Lightweight endpoint to check preview status without downloading full preview data. Optimized for polling.
JWT Bearer token authentication. Use 'Authorization: Bearer ' where the JWT token is obtained from the login endpoint.
Preview ID
Status retrieved
Show child attributes
Was this page helpful?