Get Email Batch Status
GET/email/batch/:jobId
The Get Email Batch Status endpoint allows you to retrieve the current status of a previously submitted batch processing job. Use this endpoint to track the progress of your batch email analysis request and retrieve results when processing is complete.
Response Information:
- When status is
QUEUED
: The job is in the processing queue waiting to be processed. - When status is
PROCESSING
: The job is actively being processed. - When status is
COMPLETED
: The job has finished successfully. - When status is
ERROR
: An issue occurred during processing; check the statusDescription for details.
Request
Responses
- 200
- 403
- 404
- 500
Successfully retrieved batch job status.
Forbidden
Job not found. The specified jobId doesn't exist or has expired.
Internal server error.