Export a list as CSV
export_list_csvReturn list contents as CSV text, at most 1000 rows. Use it to hand the data to the user or another tool; do not use it to page through a large list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Rows, max 1000 | |
| list_id | Yes | List id | |
| email_status | No | Only export leads with this status |