---
title: "Get Bundle By Id"
method: GET
path: "/bundle_pricing/billing_bundles/{bundle_id}"
tags: ["Bundles"]
---

# Get Bundle By Id

`GET /bundle_pricing/billing_bundles/{bundle_id}`

Get a single bundle by ID.

## Path parameters

- `bundle_id` string, uuid, required — Billing bundle's ID, this is used to identify the billing bundle in the API.

## Headers

- `authorization_bearer` string — Authenticates the request with your Telnyx API V2 KEY

## Response `200`

Successful Response

- BillingBundleResponse
  - `data` BillingBundleSchema, required
    - `id` string, uuid, required — Bundle's ID, this is used to identify the bundle in the API.
    - `name` string, required — Bundle's name, this is used to identify the bundle in the UI.
    - `slug` string — Slugified version of the bundle's name.
    - `cost_code` string, required — Bundle's cost code, this is used to identify the bundle in the billing system.
    - `active` boolean, required — If that bundle is active or not.
    - `is_public` boolean, required — Available to all customers or only to specific customers.
    - `created_at` string, date, required — Date the bundle was created.
    - `bundle_limits` BundleLimitSchema[], required
      - `id` string, uuid, required
      - `service` string, required
      - `metric` string, required
      - `limit` integer
      - `rate` string
      - `country_iso` string
      - `country_code` integer
      - `country` string — Use country_iso instead
      - `direction` 'inbound' | 'outbound' — An enumeration.
      - `types` string[]
      - `created_at` string, date, required
      - `updated_at` string, date, required
      - `billing_service` string

## Other responses

- `401` — Authentication required or invalid credentials
- `404` — Resource not found
- `default` — Unexpected error

---

[API](https://skmtc.net/team-telnyx/apis/telnyx-api.md) · [All operations](https://skmtc.net/team-telnyx/apis/telnyx-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/team-telnyx/telnyx-api/revisions/e32d46c5945b/schema)
