Skip to main content
GET
View Clean List Results
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.

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

Empty Results: If the response contains no results, check the file processing status using the View File endpoint to determine the cause:

Important Notes

File ID Required: The file_id parameter is mandatory. You can only retrieve results for files you have uploaded and processed.
Check Status First: Always verify the file status is “cleaned” using the View File endpoint before expecting results.

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

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

X-API-KEY
string
header
required

API key for authentication

Query Parameters

file_id
integer

The ID of the file for which to retrieve results.

size
integer
default:10

Number of results to return per page.

Required range: 1 <= x <= 100
page
integer
default:1

Page number for pagination.

Required range: x >= 1

Response

Successful retrieval of cleaned email list.

count
integer

Total number of cleaned emails

next
string<uri> | null

URL for the next page of results

previous
string<uri> | null

URL for the previous page of results

results
object[]

Array of cleaned email objects