---
title: "Retrieve headless import"
method: GET
path: "/headless/imports/{id}/"
tags: ["headless"]
---

# Retrieve headless import

`GET /headless/imports/{id}/`

## Path parameters

- `id` string, uuid, required

## Response `200`

Return headless import

- HeadlessImportFull
  - `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
  - `upload` string
  - `review_url` string
  - `result_metadata` object, nullable
  - `import_errors` object[], nullable

## Other responses

- `404` — Not found.

## Changes

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

[Change history](https://skmtc.dev/dromoio/apis/dromo/changes/headless/imports/:id/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)
