Returns a presigned download URL for the completed job's results CSV.
The results file is your original CSV with an additional column appended containing the Allegrow validation status for each email.
The download URL expires after 1 hour. If it expires, call this endpoint again to generate a new URL.
This endpoint is only available once the job status is completed.
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Returns a presigned download URL for the completed job's results CSV.
This endpoint is only available once the job status is completed. If the job is still processing, you'll receive a 400 error.
Response
| Field | Description |
|---|---|
jobId | Unique identifier of the validation job |
downloadUrl | Presigned URL to download the results CSV |
expiresIn | Seconds until the download URL expires (3600 = 1 hour) |
format | File format (csv) |
Results File Format
The results file is your original CSV with an additional column appended containing the Allegrow validation status for each email address. All original data is preserved.
Download the file with a simple GET request:
curl -o results.csv "DOWNLOAD_URL_FROM_RESPONSE"Download URL Expiry
The download URL expires after 1 hour. If it expires, simply call this endpoint again to generate a new URL. You can generate new download URLs as many times as needed.