---
title: "status"
method: GET
path: "/status"
---

# status

`GET /status`

Simple status handler which returns service status

## Response `200`

OK

- StatusResponse
  - `id` string, required
  - `kind` string, required
  - `href` string, required
  - `status` string, required

## Other responses

- `4XX`
- `5XX`

## Changes

> 17 revisions in range; 1 could not be searched.

- **2021-08-31** `6298f0b2bcb9` — 6 breaking, 3 info
  - the response's body type/format changed from `object`/`` to ``/`` for status `200`
  - the response's body type/format changed from `object`/`` to ``/`` for status `4XX`
  - the response's body type/format changed from `object`/`` to ``/`` for status `5XX`
  - removed the required property `message` from the response with the `4XX` status
  - …5 more
- **2020-09-07** `dc3782214715` — 1 info
  - api operation id `get-status` removed and replaced with `GetStatus`
- **2020-09-05** `87cae065c674` — 1 breaking, 3 info
  - the response's body type/format changed from ``/`` to `object`/`` for status `200`
  - api operation id `GetStatus` removed and replaced with `get-status`
  - removed `#/components/schemas/ObjectReference, subschema #2` from the response body `allOf` list for the response status `200`
  - added the required property `status` to the response with the `200` status

[Change history](https://skmtc.dev/osbuild/apis/osbuild-composer-worker/changes/status/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)
