---
title: "Fetch import job status"
method: GET
path: "/v1/imports/{job_id}"
tags: ["Imports"]
---

# Fetch import job status

`GET /v1/imports/{job_id}`

## Path parameters

- `job_id` string, required

## Response `200`

Job status

- ImportJob
  - `job_id` string, required
  - `status` 'queued' | 'running' | 'succeeded' | 'failed', required
  - `submitted_at` string, date-time, required
  - `errors` Error[]
    - `error` string, required — Error code
    - `message` string, required
    - `request_id` string
    - `details` object

## Other responses

- `401` — 401 Unauthorized
- `404` — 404 Not Found
- `500` — 500 Server Error

---

[API](https://skmtc.net/thrivory-com/apis/thrivory-thrivenow-api.md) · [All operations](https://skmtc.net/thrivory-com/apis/thrivory-thrivenow-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/thrivory-com/thrivory-thrivenow-api/revisions/9893450caa9b/schema)
