Retrieves a paginated list of detailed validation results for a file that has been processed. This endpoint should be used after a file’s status is ‘validated’.
file_id Use this to review the outcome for each
email after a file validation job is complete.Choose Your Method
For File-Based Results
file_id parameter with the ID from a previously uploaded and validated
fileFor Individual History
type=list parameter to retrieve your individual email validation
recordsNavigate Results
| Parameter | Type | Required | Description | Default |
|---|---|---|---|---|
file_id | integer | No* | File ID for file-based results | - |
type | string | No* | Set to "list" for individual history | - |
size | integer | No | Number of results per page (1-100) | 10 |
page | integer | No | Page number for pagination | 1 |
file_id OR type=list, but
not both.| Feature | File-Based Results | Individual History |
|---|---|---|
file_id | Contains file details object | Always null |
type | Shows email type (business/personal) | Always "list" |
reason | JSON string format | Object format |
metadata | Basic source info | Detailed validation options |
| Use Case | Bulk file analysis | Individual tracking |
| File Status | Meaning | Action Required |
|---|---|---|
processing | Validation in progress | Wait for completion |
validated | Validation complete, no valid emails | All emails were invalid |
failed | Processing failed | Check error logs or retry |
emails array validations| Status Code | Description | Action |
|---|---|---|
400 | Invalid parameters or missing required parameter | Check file_id or type=list parameter |
401 | Unauthorized access | Verify your API key |
404 | File not found (for file-based requests) | Ensure file exists and belongs to you |
API key for authentication
The ID of the file for which to retrieve results.
Type of validation results to retrieve. Use 'list' to get individual email validation history.
list Number of results to return per page.
1 <= x <= 100Page number for pagination.
x >= 1