---
title: "Get running job"
method: GET
path: "/jobs/{token}"
---

# Get running job

`GET /jobs/{token}`

## Response `200`

OK

- GetJobResponse
  - `id` string, required
  - `kind` string, required
  - `href` string, required
  - `canceled` boolean, required

## Other responses

- `4XX`
- `5XX`

## Changes

- **2021-08-31** `6298f0b2bcb9` — 6 breaking, 3 info
  - the response's body type changed from `object` to no type for status `200`
  - the response's body type changed from `object` to no type for status `4XX`
  - the response's body type changed from `object` to no type for status `5XX`
  - removed the required property `canceled` from the response with the `200` status
  - …5 more
- **2020-09-05** `87cae065c674` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/osbuild/apis/osbuild-composer-worker/changes/jobs/:token/get.md)

---

[API](https://skmtc.dev/osbuild/apis/osbuild-composer-worker.md) · [All operations](https://skmtc.dev/osbuild/apis/osbuild-composer-worker/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/osbuild/osbuild-composer-worker/revisions/f6de32b9b1a1/schema)
