How it Works
1
Complete Email Cleaning
First use the Clean Email List
endpoint to process your file
2
Check Processing Status
Monitor the cleaning progress using the View
File endpoint
3
Retrieve Clean Results
Once status is “cleaned”, use this endpoint to get the valid emails
4
Handle Pagination
Navigate through results using the pagination parameters
When to Use This Endpoint
After Cleaning Complete
Retrieve results only after the file status shows “cleaned”
Access Valid Emails
Get the list of emails that passed all validation checks
Download Clean Data
Access validated emails for your marketing campaigns
Review Cleaning Results
Examine the quality and quantity of your clean email list
Example Usage
Response Format
Successful Response (With Results)
Empty Response (No Clean Results)
Understanding Empty Results
| 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 |
Important Notes
File ID Required: The
file_id parameter is mandatory. You can only
retrieve results for files you have uploaded and processed.Pagination
Large Result Sets: Use
size and page parameters to navigate through
large numbers of clean emails efficiently.Common Scenarios
Scenario 1: Processing Still in Progress
Scenario 2: All Emails Invalid
Scenario 3: Successful Cleaning
Error Responses
| 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 |
Prerequisites
Required Steps: 1. Upload file using File
Upload 2. Clean file using Clean Email
List 3. Wait for processing to complete
4. Retrieve results with this endpoint
Authorizations
API key for authentication
Query Parameters
The ID of the file for which to retrieve results.
Number of results to return per page.
Required range:
1 <= x <= 100Page number for pagination.
Required range:
x >= 1