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

# List Imports

`GET /api/v1/imports`

## Query parameters

- `page` integer
- `per_page` integer
- `status` string

## Response `200`

filtered imports found

- object
  - `data` object[], required — A paginated list of imports
    - `slug` string, uuid, required — The slug of the import
    - `row_count` integer, required — The number of rows in the import
    - `created_at` string, date-time, required — The timestamp of creation for the import
    - `updated_at` string, date-time, required — The timestamp of last update for the import
    - `status` 'created' | 'submitting' | 'submitted' | 'completed', required — The status of the import
    - `template` object
      - `name` string, required
      - `slug` string, uuid, required
    - `metadata` object — Additional metadata for the import

## Other responses

- `401` — unauthorized

## Changes

- **2024-09-13** `6a3a97e75a2e` — 1 breaking, 3 warning, 5 info
  - the response property `data/items/template` became optional for the status `200`
  - added the new `completed` enum value to the `data/items/status` response property for the response status `200`
  - added the new `submitted` enum value to the `data/items/status` response property for the response status `200`
  - added the new `submitting` enum value to the `data/items/status` response property for the response status `200`
  - …5 more
- **2024-01-26** `ececab0b66cf` — 2 breaking, 1 info
  - removed the required property `data/items/id` from the response with the `200` status
  - removed the required property `data/items/template_id` from the response with the `200` status
  - added the required property `data/items/template` to the response with the `200` status
- **2024-01-06** `ebb8a0f789d6` — 1 warning, 1 info
  - deleted the `header` request parameter `Authorization`
  - the endpoint scheme security `bearer` was added to the API
- **2024-01-06** `4645adc06898` — 2 breaking, 5 warning, 7 info
  - the response property `data` became optional for the status `200`
  - the `data/items/slug` response's property type/format changed from `string`/`uuid` to `string`/`` for status `200`
  - removed the optional property `data/items/metadata` from the response with the `200` status
  - removed the optional property `data/items/template` from the response with the `200` status
  - …10 more

[Change history](https://skmtc.dev/swovohq/apis/api-v1/changes/api/v1/imports/get.md)

---

[API](https://skmtc.dev/swovohq/apis/api-v1.md) · [All operations](https://skmtc.dev/swovohq/apis/api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/swovohq/api-v1/revisions/1bd225911f40/schema)
