---
title: "Get the status of Trunk services"
method: GET
path: "/status"
---

# Get the status of Trunk services

`GET /status`

## Response `200`

OK

- object
  - `overallStatus` union, required
    - object
      - `type` 'up', required
      - `color` 'green', required
      - `overallStatusDescription` 'All systems operational', required
    - object
      - `type` 'impacted', required
      - `color` 'yellow' | 'red', required
      - `overallStatusDescription` 'Impacted', required
      - `impactedStatuses` object[], required
        - `name` string, required
        - `color` 'yellow' | 'red', required
        - `statusDescription` string, required
  - `statuses` object[], required
    - `name` string, required
    - `color` 'green' | 'yellow' | 'red', required
    - `statusDescription` string, required

---

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