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

# List Exports

`GET /exports`

List all exports

## Query parameters

- `page` integer — The page number of the paginated response.

## Response `200`

OK

- ExportPage
  - `results` Export[], required — The list of results for this page.
    - `id` string, required — A unique TypeID associated with the object.
    - `creation_date` string, date-time, required — The date and time at which the object was first created.
    - `collections` ExportCollection[], required — The [collections](https://docs.buttondown.com/api-exports-collections) of objects to export.
    - `parameters` object, nullable — Parameters to pass to the exporter. These are specific to the collection and format, and constrain the export.
    - `format` 'csv' | 'json' — An enumeration.
    - `columns` string[], nullable — If provided, the export will only include these columns.
    - `url` string, nullable — The URL of the export file. This is only available after the export has completed.
    - `completion_date` string, date-time, nullable — The date and time the export completed.
    - `status` 'error' | 'in_progress' | 'not_started' | 'ready', required — Represents the status of an export. No action is required to move from one state or another; Buttondown internally handles the transitions, and exposing the status is for observability purposes only.
  - `next` string, nullable — The URL to the next page of results, if any.
  - `previous` string, nullable — The URL to the previous page of results, if any.
  - `count` integer, required — The total number of results across all pages.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `409` — Conflict
- `429` — Too Many Requests

---

[API](https://skmtc.net/buttondown/apis/buttondown-api.md) · [All operations](https://skmtc.net/buttondown/apis/buttondown-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/buttondown/buttondown-api/versions/3a702c095d22/schema)
