Exports

List exports

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

get/v1/exports

Response

Returns an array of exports.

Example response

{
  "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
    }
  ]
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.