Skip to main content

GET /listcleaning/list/{id}/export

GET 

listcleaning/list/:id/export

Export the filtered results of a list cleaning job as a CSV file

Path Parameters

id string Required

Query Parameters

status string
Filter by verification status. Multiple values can be provided separated by comma. Example: deliverable,risky

reason string
Filter by verification reason. Multiple values can be provided separated by comma. Example: dns_error,unsupported

accept_all string
Filter by accept_all status

disposable string
Filter by disposable status

full_mailbox string
Filter by full_mailbox status

toxicity string
Filter by toxicity level (0 = lowest, 5 = highest)

Returns

  • CSVapplication/csv
    Returns a CSV file for download.
Error Codes

400 Bad Request

Bad Request

401 Unauthorized

Unauthorized

403 Forbidden

Forbidden

500 Internal Server Error

Internal server error