Bulk Email Verify: Get Job Status

get

/api/v3/email/batch/job/{jobid}

Bulk Email Verify Get Job Status:

This API enables you to get the job status.

Input: Define a path parameter called jobid with the value from /api/v3/email/batch/verify response.

Output: A JSON object containing jobid,status,totalVerifiedEmails,completedOn.

Example Response: { "jobId": "1000080", "status": "Complete", "totalVerifiedEmails": "3", "completedOn": "2024-01-03 11:33:17.474" }


Job States

Here are the states you can receive when calling the status endpoint:


StateDescription
PendingJob is submitted but hasn't started yet.
VerifyingJob is in progress.
CompleteJob is completed and ready for retrieval.
FailedJob has failed due to an error. Credit will be applied to your account where relevant.

Request

Path Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Success
Body ()
Root Schema : schema
Type: object

401 Response

Unauthorized

403 Response

Forbidden

500 Response

An unexpected error occurred during the request.
Back to Top