Skip to main content
GET
/
api
/
v1
/
apps
/
{app_id}
/
pending-updates
Get pending compose updates
curl --request GET \
  --url https://cloud-api.phala.com/api/v1/apps/{app_id}/pending-updates
{
  "items": []
}

Path Parameters

app_id
string
required

Hex app identifier

Response

Pending updates list

items
PendingUpdateItem · object[]