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

# Get operator properties for a bundle

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

Retrieves an array of operator properties for the specified bundle.

## Path parameters

- `bundle_name` string, required

## Response `200`

Success

- Bundle
  - `name` string — The name of the bundle.
  - `operators` string[] — List of operators associated with the bundle.

## Other responses

- `404` — Bundle not found
- `500` — Internal server error

---

[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/da8eda34bc5a/schema)
