---
title: "Get status message for the user about issues / updates"
method: GET
path: "/status"
tags: ["General"]
---

# Get status message for the user about issues / updates

`GET /status`

The response contains a status message meant for the user. It might
contains information about current technical issues, update messages
or general information.

## Response `200`

Status message available

- StatusInfo
  - `status` 'info' | 'warning' | 'critical' | ''
  - `title` string
  - `message` string
  - `url` string

## Other responses

- `400` — The request was not compliant with the documentation (eg. missing fields, etc)
- `500` — The server encountered an internal error. Further info in server logs

---

[API](https://skmtc.net/sapienzaapps/apis/fantastic-coffee-decaffeinated.md) · [All operations](https://skmtc.net/sapienzaapps/apis/fantastic-coffee-decaffeinated/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sapienzaapps/fantastic-coffee-decaffeinated/versions/af917eb34015/schema)
