---
title: "Changes to List Imports"
method: GET
path: "/api/v1/imports"
---

# Changes to List Imports

`GET /api/v1/imports`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 4 of 11 revisions.

- **2024-09-13** `6a3a97e75a2e` — 1 breaking, 3 warning, 5 info
- **2024-01-26** `ececab0b66cf` — 2 breaking, 1 info
- **2024-01-06** `ebb8a0f789d6` — 1 warning, 1 info
- **2024-01-06** `4645adc06898` — 2 breaking, 5 warning, 7 info

## 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`
  - added the optional property `data/items/metadata` to the response with the `200` status
  - the response property `data` became required for the status `200`
  - removed the `records_processed` enum value from the `data/items/status` response property for the response status `200`
  - removed the `records_submitted` enum value from the `data/items/status` response property for the response status `200`
  - removed the `records_submitting` enum value from the `data/items/status` response property for the response status `200`
- **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
  - added the new `records_processed` enum value to the `data/items/status` response property for the response status `200`
  - added the new `records_submitted` enum value to the `data/items/status` response property for the response status `200`
  - added the new `records_submitting` enum value to the `data/items/status` response property for the response status `200`
  - the endpoint scheme security `bearer` was removed from the API
  - added the new optional `header` request parameter `Authorization`
  - removed the `completed` enum value from the `data/items/status` response property for the response status `200`
  - removed the `submitted` enum value from the `data/items/status` response property for the response status `200`
  - removed the `submitting` enum value from the `data/items/status` response property for the response status `200`
  - added the required property `data/items/id` to the response with the `200` status
  - added the required property `data/items/template_id` to the response with the `200` status

---

[Operation](https://skmtc.dev/swovohq/apis/api-v1/docs/api/v1/imports/get.md) · [API](https://skmtc.dev/swovohq/apis/api-v1.md) · [Page](https://skmtc.dev/swovohq/apis/api-v1/changes/api/v1/imports/get)
