---
title: "Retrieve Bundles"
method: GET
path: "/bundle_pricing/billing_bundles"
tags: ["Bundles"]
---

# Retrieve Bundles

`GET /bundle_pricing/billing_bundles`

Get all allowed bundles.

## Query parameters

- `filter` object
  - `country_iso` string[] — Filter by country code.
  - `resource` string[] — Filter by resource.
- `page` object
  - `size` integer — The size of the page.
  - `number` integer — The page number to load.

## Headers

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

## Response `200`

Successful Response

- PaginatedBillingBundlesResponse
  - `meta` PaginationResponse, required
    - `total_results` integer, required — Total number of results returned.
    - `total_pages` integer, required — Total number of pages from the results.
    - `page_number` integer, required — The current page number.
    - `page_size` integer, required — The number of results per page.
  - `data` BillingBundleSummary[], 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.
    - `is_public` boolean, required — Available to all customers or only to specific customers.
    - `created_at` string, date, required — Date the bundle was created.
    - `mrc_price` number, float — Monthly recurring charge price.
    - `currency` string — Bundle's currency code.
    - `specs` string[]

## Other responses

- `400` — Invalid request parameters
- `401` — Authentication required or invalid credentials
- `default` — Unexpected error

---

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