Skip to main content
GET
/
v2
/
service
/
status
Get Service Status
curl --request GET \
  --url https://api.squarecloud.app/v2/service/status \
  --header 'Authorization: <api-key>'
{
    "status": "online",
    "message": "All services are online."
}

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.

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

Response

status
string
The current status of Square Cloud, with online indicating the service is online, degraded indicating issues, and unknown indicating unavailable.
message
string
Message about the current status of Square Cloud services.
{
    "status": "online",
    "message": "All services are online."
}