curl --request GET \
--url https://{controlPlaneURL}/api/svc/v1/x/apps/{id}/resources \
--header 'Authorization: Bearer <token>'{
"resources": [
{}
]
}Get the ArgoCD resources and their statuses for the specified application.
curl --request GET \
--url https://{controlPlaneURL}/api/svc/v1/x/apps/{id}/resources \
--header 'Authorization: Bearer <token>'{
"resources": [
{}
]
}Documentation Index
Fetch the complete documentation index at: https://www.truefoundry.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Unique identifier of the application
Successfully retrieved resources
List of resources associated with the application.
Was this page helpful?