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

# Servicestatus abrufen

> Prüfen Sie den Echtzeitstatus der Square-Cloud-Dienste.

<Info>
  Diese Route hat einen 5-Minuten-Cache und spiegelt nicht den Echtzeitstatus von
  status.squarecloud.app wider.
</Info>

### Antwort

<ResponseField name="status" type="string">
  Der aktuelle Status von Square Cloud, wobei `online` anzeigt, dass der Dienst online ist, `degraded` auf Probleme hinweist und `unknown` bedeutet, dass er nicht verfügbar ist.
</ResponseField>

<ResponseField name="message" type="string">
  Nachricht über den aktuellen Status der Square-Cloud-Dienste.
</ResponseField>

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