---
title: "Changes to Get job status (deprecated)"
method: GET
path: "/api/job/{job_id}/status"
---

# Changes to Get job status (deprecated)

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

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 6 of 38 revisions.

- **2026-06-03** `8560879e6188` — 2 breaking, 8 info
- **2026-05-22** `c4db9e1283df` — 6 warning, 7 info
- **2026-05-22** `09a5075587c8` — 3 info
- **2026-05-12** `2f69d843959c` — 1 info
- **2026-05-08** `c9640fded659` — 1 info
- **2026-04-24** `a66055fa384e` — 1 info

## 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
  - added the optional property `details` to the response with the `403` status
  - added the optional property `details` to the response with the `500` status
  - the response property `code` became required for the status `401`
  - the response property `code` became required for the status `404`
  - added the required property `message` to the response with the `401` status
  - added the required property `message` to the response with the `404` status
- **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`
  - added the new `in_progress` enum value to the `status` response property for the response status `200`
  - added the new `waiting_to_dispatch` enum value to the `status` response property for the response status `200`
  - added the optional property `assigned_inference` to the response with the `200` status
  - added the optional property `error_message` to the response with the `200` status
  - added the optional property `last_state_update` to the response with the `200` status
  - removed the `failed` enum value from the `status` response property for the response status `200`
  - removed the `running` enum value from the `status` response property for the response status `200`
  - added the required property `created_at` to the response with the `200` status
  - added the required property `updated_at` to the response with the `200` status
- **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
- **2026-04-24** `a66055fa384e` — 1 info
  - api path removed with deprecation

---

[Operation](https://skmtc.dev/comfy-org/apis/comfyui-api/docs/api/job/:job_id/status/get.md) · [API](https://skmtc.dev/comfy-org/apis/comfyui-api.md) · [Page](https://skmtc.dev/comfy-org/apis/comfyui-api/changes/api/job/:job_id/status/get)
