list_argocd_apps
Retrieve all ArgoCD applications managed in this cluster, showing sync status, health, deployed revision, and auto-sync state. Filter by project or return only apps that are OutOfSync or unhealthy to pinpoint issues.
Instructions
List the ArgoCD Applications KubeAid manages in this cluster, with sync status (Synced/OutOfSync), health (Healthy/Degraded/...), deployed revision and whether auto-sync is on. KubeAid disables auto-sync by default, so OutOfSync apps are usually awaiting a deliberate sync. Start here for any GitOps question.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| context | No | Kubeconfig context to target; omit for the server's default context. | |
| project | No | Filter by ArgoCD project name. | |
| only_problems | No | Return only apps that are OutOfSync or not Healthy. |