---
title: "Get operator properties for a bundle"
method: GET
path: "/v2/operators/bundles/{id}"
tags: ["operators"]
---

# Get operator properties for a bundle

`GET /v2/operators/bundles/{id}`

Retrieves an array of operator properties for the specified bundle when some features are activated.

## Path parameters

- `id` string, required

## Query parameters

- `feature_ids` string[]

## Response `200`

Success

- Bundle
  - `id` string — Unique identifier of the bundle, for example `virtualization` or `openshift-ai-nvidia`.
  - `title` string — Short human friendly description for the bundle, usually only a few words, for example `Virtualization` or `OpenShift AI (NVIDIA)`.
  - `description` string — Longer human friendly description for the bundle, usually one or more sentences.
  - `operators` string[] — List of operators always included in the bundle.
  - `optional_operators` string[] — List of operators that can be optionally selected by the user for this bundle. All are selected by default.

## Other responses

- `400` — Error.
- `404` — Bundle not found
- `500` — Internal server error

## Changes

> 50 revisions in range; 2 could not be searched.

- **2025-11-10** `3c9adf5fa507` — 2 info
  - added the new optional `query` request parameter `feature_ids`
  - added the non-success response with the status `400`
- **2025-11-09** `8de25e672ee3` — 1 warning, 1 info
  - deleted the `query` request parameter `feature_ids`
  - removed the non-success response with the status `400`
- **2025-10-10** `d5cc707b18a7` — 2 info
  - added the new optional `query` request parameter `feature_ids`
  - added the non-success response with the status `400`
- **2025-02-02** `da8eda34bc5a` — 1 warning, 1 info
  - deleted the `query` request parameter `feature_ids`
  - removed the non-success response with the status `400`

[Change history](https://skmtc.dev/openshift/apis/assistedinstall/changes/v2/operators/bundles/:id/get.md)

---

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