Skip to main content

Get Email Batch Export Status

GET 

/email/batch/:jobId/exports/:exportId

The Get Email Batch Export Status endpoint retrieves the status and download URL for a previously requested export job.

Export Status Values:

  • QUEUED: Export request received, waiting for processing
  • PROCESSING: Worker is filtering and generating the export file
  • COMPLETED: Export ready, downloadUrl available
  • FAILED: Export failed, check errorCode and errorMessage

Request

Responses

Successfully retrieved export status.