---
title: "Get job status (deprecated)"
method: GET
path: "/api/job/{job_id}/status"
tags: ["job"]
deprecated: true
---

# Get job status (deprecated)

`GET /api/job/{job_id}/status`

> **Deprecated.**

**Deprecated.** Superseded by `GET /api/jobs/{job_id}` (plural path).
Clients should migrate; the endpoint is retained for backward
compatibility but will be removed in a future release.

## Path parameters

- `job_id` string, uuid, required

## Response `200`

Success - Job status returned

- JobStatusResponse — Job status information
  - `assigned_inference` string, nullable — The inference instance assigned to this job (if any)
  - `created_at` string, date-time, required — When the job was created
  - `error_message` string, nullable — Error message if the job failed
  - `id` string, uuid, required — The job ID
  - `last_state_update` string, date-time — When the job status was last changed
  - `status` 'waiting_to_dispatch' | 'pending' | 'in_progress' | 'completed' | 'error' | 'cancelled', required — Current job status
  - `updated_at` string, date-time, required — When the job was last updated

## Other responses

- `401` — Unauthorized
- `403` — Forbidden - job belongs to another user
- `404` — Job not found
- `500` — Internal server error

## Changes

- **2026-06-03** `8560879e6188` — 2 breaking, 8 info
  - removed the required property `error` from the response with the `401` status
  - removed the required property `error` from the response with the `404` status
  - api tag `job` added
  - api tag `queue` removed
  - …6 more
- **2026-05-22** `c4db9e1283df` — 6 warning, 7 info
  - removed the optional property `completed_at` from the response with the `200` status
  - removed the optional property `progress` from the response with the `200` status
  - removed the optional property `started_at` from the response with the `200` status
  - added the new `error` enum value to the `status` response property for the response status `200`
  - …9 more
- **2026-05-22** `09a5075587c8` — 3 info
  - api operation id `getCloudJobStatus` removed and replaced with `getJobStatus`
  - added the non-success response with the status `403`
  - added the non-success response with the status `500`
- **2026-05-12** `2f69d843959c` — 1 info
  - endpoint deprecated
- **2026-05-08** `c9640fded659` — 1 info
  - endpoint added

[Full history](https://skmtc.dev/comfy-org/apis/comfyui-api/changes/api/job/:job_id/status/get.md)

---

[API](https://skmtc.dev/comfy-org/apis/comfyui-api.md) · [All operations](https://skmtc.dev/comfy-org/apis/comfyui-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/comfy-org/comfyui-api/revisions/da017caf56f1/schema)
