Contacts::ExportAction
Fetch Export Action
Retrieve a single Contact Export Action and its current async progress. When completed_at is set, file_url contains the CSV download URL.
get/contacts/export_actions/{id}
Path parameters
idstring required
Response
OK
Example response
{
"id": 1,
"public_id": "dE6fG7",
"workspace_id": 42000,
"fields": [
"email_address",
"first_name",
"tag_ids"
],
"file_url": null,
"filter_id": 7,
"target_all": false,
"target_ids": [],
"target_count": 1500,
"performed_count": 0,
"created_by_id": 5,
"approved_by_id": null,
"scheduled_for": null,
"started_at": null,
"completed_at": null,
"created_at": "2025-01-01T00:00:00.000Z",
"updated_at": "2025-01-01T00:00:00.000Z"
}