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

### Response

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