> ## Documentation Index
> Fetch the complete documentation index at: https://docs.squarecloud.app/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Service Status

> Check the real-time status of Square Cloud services.

<Info>
  This route has a 5-minute cache and does not reflect the real-time status of
  status.squarecloud.app.
</Info>

### Response

<ResponseField name="status" type="string">
  The current status of Square Cloud, with `online` indicating the service is online, `degraded` indicating issues, and `unknown` indicating unavailable.
</ResponseField>

<ResponseField name="message" type="string">
  Message about the current status of Square Cloud services.
</ResponseField>

<ResponseExample>
  ```json theme={null}
  {
      "status": "online",
      "message": "All services are online."
  }
  ```
</ResponseExample>
