Skip to main content
POST
Queues an export of a list’s active items. The export runs asynchronously; use the returned exportId with the Exports API to track its status and download the result.

Request

Path

string
required
Obfuscated listId returned by the overview endpoint.

Body

string
required
Output format. One of CSV or XLSX.
string
required
Email enrichment level. One of NONE, VERIFIED or CATCH_ALL.
boolean
required
Whether to enrich mobile phone numbers.
string[]
The columns to include in the export. When omitted, a default set is used. Invalid columns are rejected by the export service.
number
Maximum number of contacts to include per company (positive integer).

Response