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": [
{}
]
}Was this page helpful?