v1.0.0
OpenAPI 3.1.0

List exports

US region

Client Libraries

List exports

Return a list of your exports. Exports are point-in-time people or automation metrics.

Responses
  • application/json
  • application/json
Request Example for get/v1/exports
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
    }
  ]
}