---
title: "List all billing groups"
method: GET
path: "/billing_groups"
tags: ["Billing Groups"]
---

# List all billing groups

`GET /billing_groups`

## Query parameters

- `page[number]` integer
- `page[size]` integer

## Response `200`

A paginated array of billing groups

- object
  - `data` BillingGroup[]
    - `record_type` 'billing_group' — Identifies the type of the resource.
    - `id` string, uuid — Identifies the type of resource.
    - `organization_id` string, uuid — Identifies the organization that owns the resource.
    - `name` string — A user-specified name for the billing group
    - `created_at` string, date-time — ISO 8601 formatted date indicating when the resource was created.
    - `updated_at` string, date-time — ISO 8601 formatted date indicating when the resource was updated.
    - `deleted_at` string, date-time, nullable — ISO 8601 formatted date indicating when the resource was removed.
  - `meta` PaginationMeta
    - `total_pages` integer, required
    - `total_results` integer
    - `page_number` integer, required
    - `page_size` integer

## Other responses

- `400` — Invalid request parameters
- `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)
