---
title: "Get system status"
method: GET
path: "/api/status"
tags: ["Health"]
---

# Get system status

`GET /api/status`

Get system status. Returns the requested resource or collection for the authenticated caller.

## Response `200`

System status

- SystemStatusResponse — system Status Response payload returned by the API.
  - `ok` boolean, required — ok value for the system Status Response object.
  - `messages` StatusMessage[], required — Collection of message values.
    - `id` string, required — Stable identifier for the object.
    - `level` 'warn' | 'error', required — level value for the status Message object.
    - `title` string, required — title value for the status Message object.
    - `message` string, required — Human-readable status or error message.
  - `startupTasks` StartupTask[] — Collection of startup task values.
    - `id` string, required — Stable identifier for the object.
    - `name` string, required — Human-readable name.
    - `state` string, required — OAuth state correlation value.
    - `progress` integer, nullable — Collection of progres values.
    - `currentOperation` string — current Operation value for the startup Task object.
    - `bytesDownloaded` integer, nullable — bytes Downloaded value for the startup Task object.
    - `totalBytes` integer, nullable — Collection of total byte values.
    - `error` string — Error message when the operation failed.
    - `startedAt` string, date-time, nullable — started At value for the startup Task object.
    - `completedAt` string, date-time, nullable — completed At value for the startup Task object.

## Other responses

- `default` — Error response

---

[API](https://skmtc.dev/ibuildthecloud/apis/discobot-server-api.md) · [All operations](https://skmtc.dev/ibuildthecloud/apis/discobot-server-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ibuildthecloud/discobot-server-api/revisions/4de3fcd6be56/schema)
