---
title: "Get Job"
method: GET
path: "/jobs/{job_id}"
tags: ["jobs"]
---

# Get Job

`GET /jobs/{job_id}`

## Path parameters

- `job_id` string, required

## Response `200`

Successful Response

- Job
  - `id` string, required
  - `status` 'created' | 'queued' | 'finished' | 'failed' | 'started' | 'deferred' | 'scheduled' | 'stopped' | 'canceled', required — The Status of Job within its lifecycle at any given time.

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found
- `409` — Conflict
- `422` — Unprocessable Content
- `500` — Internal Server Error

---

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