---
title: "GET /jobs/{jobID}"
method: GET
path: "/jobs/{jobID}"
---

# GET /jobs/{jobID}

`GET /jobs/{jobID}`

Check whether a job is finished, and get its result

## Path parameters

- `jobID` string, required — The ID of the job to check

## Response `200`

- object
  - `data` object, required
    - `status` 'running' | 'succeeded' | 'failed', required — The current status of the job
    - `result` unknown
    - `error` object — The error information, if the job `failed`
      - `message` string, required — A message describing the error

## Other responses

- `400`
- `404`

## Changes

- **2025-09-22** `0d706382896f` — 1 warning, 1 info
  - added the new `succeeded` enum value to the `data/status` response property for the response status `200`
  - removed the `completed` enum value from the `data/status` response property for the response status `200`
- **2025-09-18** `d33dfbf12a0e` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/glideapps/apis/untitled-api/changes/jobs/:jobID/get.md)

---

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