Skip to main content
GET
/
apps
/
{app_id}
/
status
Get app status
curl --request GET \
  --url https://shardcloud.app/api/apps/{app_id}/status \
  --header 'Authorization: Bearer <token>'
{
  "status": "not_found"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

app_id
string<uuid>
required

Response

App status

status
enum<string>
Available options:
not_found,
pending,
running,
stopped
I