get_application
Get an ArgoCD application by name. Specify a namespace to retrieve applications from non-default namespaces.
Instructions
get_application returns application by application name. Optionally specify the application namespace to get applications from non-default namespaces.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| applicationName | Yes | ||
| applicationNamespace | No | The namespace where the ArgoCD application resource will be created. This is the namespace of the Application resource itself, not the destination namespace for the application's resources. You can specify any valid Kubernetes namespace (e.g., 'argocd', 'argocd-apps', 'my-namespace', etc.). The default ArgoCD namespace is typically 'argocd', but you can use any namespace you prefer. |