> ## 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.

# 获取服务状态

> 查看 Square Cloud 服务的实时状态。

<Info>
  此路由有 5 分钟的缓存，不会反映 status.squarecloud.app 的实时状态。
</Info>

### 响应

<ResponseField name="status" type="string">
  Square Cloud 的当前状态，其中 `online` 表示服务在线，`degraded` 表示存在问题，`unknown` 表示不可用。
</ResponseField>

<ResponseField name="message" type="string">
  关于 Square Cloud 服务当前状态的消息。
</ResponseField>

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