This endpoint retrieves the results of a cleaned email list, showing all valid emails that passed the validation process. Use this to access the clean emails after the cleaning job is completed.
Complete Email Cleaning
Check Processing Status
Retrieve Clean Results
Handle Pagination
| File Status | Meaning | Action Required |
|---|---|---|
processing | Cleaning in progress | Wait for completion |
cleaned | Cleaning complete, no valid emails | All emails were invalid |
failed | Processing failed | Check error logs or retry |
file_id parameter is mandatory. You can only
retrieve results for files you have uploaded and processed.size and page parameters to navigate through
large numbers of clean emails efficiently.| Status Code | Description | Action |
|---|---|---|
400 | Invalid file_id or missing parameter | Check the file_id value |
401 | Unauthorized access | Verify your API key |
404 | File not found | Ensure file exists and belongs to you |
API key for authentication
The ID of the file for which to retrieve results.
Number of results to return per page.
1 <= x <= 100Page number for pagination.
x >= 1