curl --request GET \
--url https://{controlPlaneURL}/api/svc/v1/apps/{id}/resources \
--header 'Authorization: Bearer <token>'{
"resources": [
{}
]
}Retrieves the ArgoCD resources for the specified application.
curl --request GET \
--url https://{controlPlaneURL}/api/svc/v1/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.
Was this page helpful?