Skip to main content
GET
/
api
/
svc
/
v1
/
apps
/
{id}
/
resources
Get Application Resources
curl --request GET \
  --url https://{controlPlaneURL}/api/svc/v1/apps/{id}/resources \
  --header 'Authorization: Bearer <token>'
{
  "resources": [
    {}
  ]
}

Authorizations

Authorization
string
header
required

Path Parameters

id
string
required

Response

resources
ResourceResult · object[]
required