---
title: "GET /v2/clusters/{cluster_id}/monitored-operators"
method: GET
path: "/v2/clusters/{cluster_id}/monitored-operators"
tags: ["operators", "installer"]
---

# GET /v2/clusters/{cluster_id}/monitored-operators

`GET /v2/clusters/{cluster_id}/monitored-operators`

Lists operators to be monitored for a cluster.

## Path parameters

- `cluster_id` string, uuid, required

## Query parameters

- `operator_name` string

## Response `200`

Success.

- MonitoredOperator[]
  - `cluster_id` string, uuid — The cluster that this operator is associated with.
  - `name` string — Unique name of the operator.
  - `version` string — Operator version
  - `namespace` string — Namespace where to deploy an operator. Only some operators require a namespace.
  - `subscription_name` string — The name of the subscription of the operator.
  - `operator_type` 'builtin' | 'olm' — Kind of operator. Different types are monitored by the service differently.
  - `properties` string — Blob of operator-dependent parameters that are required for installation.
  - `timeout_seconds` integer — Positive number represents a timeout in seconds for the operator to be available.
  - `status` 'failed' | 'progressing' | 'available' — Represents the operator state.
  - `status_info` string — Detailed information about the operator state.
  - `status_updated_at` string, date-time — Time at which the operator was last updated.
  - `bundles` string[] — List of identifier of the bundles associated with the operator. Can be empty.
  - `dependency_only` boolean — Whether the operator can't be installed without being required by another operator.
  - `source_bundles` string[] — IDs of the bundles this operator was selected through. Empty for standalone selections. An operator can belong to multiple bundles.

## Other responses

- `401` — Unauthorized.
- `403` — Forbidden.
- `404` — Error.
- `405` — Method Not Allowed.
- `500` — Error.

---

[API](https://skmtc.net/openshift/apis/assistedinstall.md) · [All operations](https://skmtc.net/openshift/apis/assistedinstall/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openshift/assistedinstall/revisions/9d0b4936ca97/schema)
