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

# List import jobs

`GET /imports`

Returns a paginated list of import jobs for the authenticated business

## Query parameters

- `page` integer
- `page_size` integer

## Response `200`

OK

- ModelsImportJobListResponse
  - `import_jobs` ModelsImportJob[]
    - `auto_pause_reason` string
    - `auto_paused` boolean
    - `auto_paused_at` string
    - `business_id` string
    - `completed_at` string
    - `created_at` string
    - `error_message` string
    - `failed_documents` integer
    - `id` string
    - `import_bucket_path` string
    - `name` string
    - `options` ModelsImportJobOptions
      - `replace_existing` boolean — Delete and re-process documents with same filename
    - `paused` boolean
    - `paused_at` string
    - `paused_by` string
    - `processed_documents` integer
    - `recent_failure_count` integer — Circuit breaker fields
    - `source` string
    - `status` string
    - `total_documents` integer
    - `updated_at` string
  - `page` integer
  - `page_size` integer
  - `stage_progress_available` boolean — StageProgressAvailable tells the client that GET /imports/{id}/stage-progress will answer for this business (the model_extraction dev feature is on), so the per-stage dropdown can be rendered and fetched lazily. It rides on a response the page already loads, which is why an unflagged tenant issues no extra request to discover it. `omitempty` keeps the unflagged payload byte-identical to the pre-stage-progress response.
  - `total_count` integer

## Other responses

- `401` — Unauthorized
- `500` — Internal Server Error

---

[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)
