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

# List headless imports

`GET /headless/imports/`

## Query parameters

- `offset` number
- `limit` number

## Response `200`

List headless imports

- object
  - `count` number
  - `next` string, nullable
  - `previous` string, nullable
  - `results` HeadlessImport[]
    - `id` string
    - `schema_id` string
    - `status` 'AWAITING_UPLOAD' | 'RUNNING' | 'SUCCESSFUL' | 'FAILED' | 'NEEDS_REVIEW'
    - `original_filename` string
    - `created_date` string, date-time
    - `modified_date` string, date-time

## Changes

- **2025-06-28** `45174589b44f` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/dromoio/apis/dromo/changes/headless/imports/get.md)

---

[API](https://skmtc.dev/dromoio/apis/dromo.md) · [All operations](https://skmtc.dev/dromoio/apis/dromo/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/dromoio/dromo/revisions/41b60f48ecd6/schema)
