---
title: "GET /bundles/{bundle_id}/rules/{id}"
method: GET
path: "/bundles/{bundle_id}/rules/{id}"
tags: ["bundleRules"]
---

# GET /bundles/{bundle_id}/rules/{id}

`GET /bundles/{bundle_id}/rules/{id}`

Retrieve bundle rule by id

## Path parameters

- `bundle_id` integer, required
- `id` integer, required

## Response `200`

- BundleRule
  - `bundle_id` string
  - `created` string
  - `id` string
  - `owner_id` integer
  - `rental_id` integer
  - `rule` MSI
  - `type` string
  - `updated` string

## Other responses

- `400` — Invalid input or state means you're bad
- `401` — Unauthorized error
- `404` — Not found error

---

[API](https://skmtc.net/outdoorsy/apis/outdoorsy-api-documentation.md) · [All operations](https://skmtc.net/outdoorsy/apis/outdoorsy-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/outdoorsy/outdoorsy-api-documentation/versions/f0cf8f605ea0/schema)
