Get the Qovery Operator status for a cluster
Returns heartbeat freshness and the image, chart, and protocol versions last reported by the running Operator, together with the current bootstrap targets and a stable drift status. A false operator_connected value means that no heartbeat was received within the presence window. The status is a display-version drift verdict, not an immutable release compatibility decision. Cluster viewer permission is sufficient.
Authorizations
JWT tokens should be used with OIDC account (human to machine). JWT tokens used by the Qovery console to communicate with the API have a TTL. Curl Example ' curl https://console.qovery.com/organization -H "Authorization: Bearer $qovery_token" '
Path Parameters
Organization ID
Cluster ID
Response
Last reported Qovery Operator status
Whether the last heartbeat is within the Operator presence window.
Stable fleet classification. OUTDATED_IMAGE and OUTDATED_CHART identify which globally selected bootstrap target differs from the version reported by the running Operator.
NOT_ATTACHED, DISCONNECTED, TARGET_UNKNOWN, REPORTED_VERSION_UNKNOWN, CURRENT, OUTDATED_IMAGE, OUTDATED_CHART, OUTDATED_IMAGE_AND_CHART Display version reported by the Operator. For the POC version-reporting heartbeat, the official chart sets this to the exact installed image tag. Legacy Operators can report opaque build metadata instead.
Image tag currently selected for a newly compiled Operator bootstrap.
Helm chart version currently selected for a newly compiled Operator bootstrap.
Helm chart version reported by the Operator, even without immutable identity.