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

# Get import documents

`GET /imports/{id}/documents`

Returns documents belonging to an import job

## Path parameters

- `id` string, required

## Query parameters

- `page` integer
- `page_size` integer
- `status` string

## Response `200`

OK

- ModelsImportJobDocumentsResponse
  - `documents` ModelsDocument[]
    - `business_id` string
    - `business_node_id` string
    - `created_at` string
    - `error_message` string
    - `filename` string
    - `gcs_uri` string
    - `id` string
    - `image_count` integer
    - `import_bucket_uri` string
    - `import_id` string
    - `items_count` integer
    - `page_count` integer
    - `processed_at` string
    - `status` string
    - `table_count` integer
    - `trace_id` string
    - `updated_at` string
  - `import_id` string
  - `page` integer
  - `page_size` integer
  - `total_count` integer

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found

---

[API](https://skmtc.net/resourcly/apis/resourcly-api.md) · [All operations](https://skmtc.net/resourcly/apis/resourcly-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/resourcly/resourcly-api/revisions/7f97d8cd0f1e/schema)
