GET /listcleaning/list/{id}/results
GETlistcleaning/list/:id/results
Retrieve the detailed email-level results for a specific list cleaning job
Path Parameters
id string Required
Query Parameters
offset string
Number of items to skip before starting to return results
limit string
Maximum number of items to return per request
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
- dataarray
- emailstringEmail address that was verified
- statusstringVerification status of the email (deliverable, risky, undeliverable, or unknown)
- reasonstringReason for the assigned status
- domainobjectInformation about the email's domain
- namestringDomain name of the email address
- accept_allstringIndicates if the domain accepts all emails (yes, no, or unknown)
- disposablestringIndicates if the domain is a disposable email service (yes, no, or unknown)
- freestringIndicates if the domain is a free email provider (yes, no, or unknown)
- namestring
- accountobjectInformation about the email account
- rolestringIndicates if the email is a role-based address (yes, no, or unknown)
- disabledstringIndicates if the email account is disabled (yes, no, or unknown)
- full_mailboxstringIndicates if the mailbox is full (yes, no, or unknown)
- rolestring
- dnsobjectDNS information for the email's domain
- typestringType of DNS record (e.g., MX, A)
- recordstringDNS record value
- typestring
- providerstringEmail service provider name
- scorenumberOverall quality score of the email address
- toxicstringIndicates if the email is toxic (yes, no, or unknown)
- toxicitynumberToxicity level from 0 (lowest) to 5 (highest)
- emailstring
- metaobjectPagination metadata for list responses
- countintegerTotal number of items available
- offsetintegerNumber of items skipped
- limitintegerMaximum number of items returned per request
- countinteger
400 Bad Request
Bad Request
401 Unauthorized
Unauthorized
403 Forbidden
Forbidden
500 Internal Server Error
Internal server error