v1.0.0
OpenAPI 3.1.0
List exports
Client Libraries
US region
Return a list of your exports. Exports are point-in-time people or automation metrics.
curl https://api.customer.io/v1/exports \
--header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{
"exports": [
{
"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
}
]
}Returns an array of exports.