---
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

---

[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)
