Exports
Get an export
Return information about a specific export.
get/v1/exports/{export_id}
Response
Returns an export.
Example response
{
"export": {
"id": 110,
"user_id": 0,
"user_email": "person@email.com",
"total": 1234,
"deduplicate_id": "110:1530296738",
"type": "customers",
"failed": false,
"status": "done",
"description": "Customers with segment filters—in \\Purchased Flowers\\",
"downloads": 2,
"created_at": 1530296738,
"updated_at": 1530296738
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.