---
title: "List Imports"
method: GET
path: "/imports"
tags: ["Imports"]
---

# List Imports

`GET /imports`

List all imports

## Query parameters

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

## Response `200`

OK

- ImportPage
  - `results` Import[], 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.
    - `type` 'subscriber_import', required — An enumeration.
    - `status` 'failed' | 'in_progress' | 'not_started' | 'succeeded' | 'validating', required — An enumeration.
    - `source` 'bare' | 'beehiiv' | 'buttondown' | 'custom' | 'flodesk' | 'ghost' | 'google' | 'mailchimp' | 'mailerlite' | 'memberful' | 'pencilbooth' | 'sender_dot_net' | 'sendy' | 'shopify' | 'sparkloop' | 'squarespace' | 'standard' | 'substack' | 'tinyletter', required — An enumeration.
    - `label` string, nullable — An optional label for the import.
    - `metadata` object — Metadata about the import, such as detected column mappings.
    - `results` ImportResult
      - `new_subscribers` integer, nullable — The number of new subscribers created by the import.
      - `updated_subscribers` integer, nullable — The number of existing subscribers updated by the import.
      - `existing_subscribers` integer, nullable — The number of subscribers that already existed and were skipped.
      - `reason_to_bad_subscribers` object — A mapping of error reasons to the list of email addresses that failed for that reason.
      - `new_tags` integer, nullable — The number of new tags created by the import.
  - `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/revisions/3a702c095d22/schema)
