English
Collect status information about all your applications in real time. It has a rate limit of 15 request every 60 seconds.
cURL
curl --request GET \ --url https://api.squarecloud.app/v2/apps/status
{ "status": "success", "response": [ { "id": "5bbd020126ee4692aga43e0ca0a75454", "cpu": "0.00%", "ram": "55.88MB", "running": true }, { "id": "e1b286ba30f14a87baed4b4ad3b53c47", "cpu": "0.01%", "ram": "68.44MB", "running": true } ] }
workspaceId
Show Toggle object
Was this page helpful?