Get CSV Job Status

Returns the current status and progress of a bulk CSV validation job.

Use this endpoint to poll for job completion. The percentComplete field indicates progress from 0 to 100.

Once the status is completed, use the download endpoint to retrieve the results.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Returns the current status and progress of a bulk CSV validation job.

Poll this endpoint periodically to track progress. The percentComplete field shows how far along the job is (0–100). The statistics field is null while processing and is populated with a full breakdown of results once the job completes.

Once status is completed, use the Download CSV Job Results endpoint to retrieve your results file.

Job Statuses

StatusDescription
awaiting_uploadJob created, waiting for CSV file upload
processingCSV uploaded and emails are being validated
completedAll emails validated — results ready for download
failedAn error occurred (e.g., invalid CSV format, file exceeds 100 MB)
expiredThe CSV file was not uploaded before the upload URL expired

Statistics

Once the job completes, the statistics object contains counts of validation results grouped by Allegrow status:

  • safe — Valid emails, safe to send
  • block_bounce_risk — Invalid emails, likely to bounce
  • dead_email — Invalid accounts with catch-all setup
  • do_not_mail_abuse — Valid emails with high spam report risk
  • some_risk — Inconclusive results with identified risk factors
  • more_time_required — Emails that needed additional processing time
Path Params
uuid
required

The job ID returned when the job was created

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json