---
title: "List exports"
method: GET
path: "/v1/exports"
tags: ["Exports"]
---

# List exports

`GET /v1/exports`

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

## Response `200`

Returns an array of exports.

- object
  - `exports` ExportObject[]
    - `id` integer — The identifier for the export.
    - `user_id` integer — The user who created the export.
    - `user_email` string — The email of the user who created the export.
    - `total` integer — The number of entries in the export. Exports report 0 until done.
    - `deduplicate_id` string — An identifier in the format `id:timestamp` where the id is for the object you're working with (Automations, Deliveries, Exports, Identities, Newsletters, Segments, and Templates), and the timestamp is the last time the object was updated.
    - `type` 'customers' | 'deliveries' — The type of information contained in the export.
    - `failed` boolean — If true, the export was unsuccessful.
    - `description` string — A description of the export.
    - `downloads` integer — Counts the total number of times the export has been downloaded.
    - `created_at` integer — The date time when the referenced ID was created.
    - `updated_at` integer — The date time when the referenced ID was last updated.
    - `status` 'done' | 'pending' | 'failed' — The state of your export where `done` indicates an export that you can download, `pending`, indicates that your export is not ready to download, and `failed` indicates an export that has failed and will not be downloadable.

## Other responses

- `429` — Your request is over the 10-per-second limit.

---

[API](https://skmtc.dev/customer/apis/customer-io-journeys-api-reference.md) · [All operations](https://skmtc.dev/customer/apis/customer-io-journeys-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/customer/customer-io-journeys-api-reference/revisions/4b391af7cb06/schema)
