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

# GET /bundles/{id}

`GET /bundles/{id}`

Retrieve bundle by id

## Path parameters

- `id` integer, required

## Response `200`

- Bundle
  - `active` boolean
  - `country` string
  - `created` string
  - `dealer_owned_renter` boolean
  - `delivery` boolean
  - `description` string
  - `estimated_miles_per_day` integer
  - `features` BundleFeature[]
    - `bundle_id` string
    - `category` string
    - `created` string
    - `details` string
    - `id` string
    - `name` string
    - `position` integer
    - `regions` string[] — DBStringSlice is a []string with database conversion methods
    - `service_id` integer, nullable
    - `type` string
    - `updated` string
  - `id` string
  - `internal_description` string
  - `line_item_name` string
  - `name` string
  - `owner_id` integer
  - `per_mile_price` integer
  - `per_mile_price_fsd` integer
  - `percent_uptake_drivable` number, double
  - `percent_uptake_towable` number, double
  - `qualifies_per_mile_pricing` boolean
  - `rental_category` string
  - `rental_id` integer
  - `rules` BundleRule[]
    - `bundle_id` string
    - `created` string
    - `id` string
    - `owner_id` integer
    - `rental_id` integer
    - `rule` MSI
    - `type` string
    - `updated` string
  - `tax_rate_ids` integer[]
  - `tier` integer
  - `updated` string
  - `use_day_pricing` boolean
  - `use_per_mile_pricing` boolean

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