---
title: "Get all billing packages"
method: GET
path: "/v1/organizations/{organization_id}/billing-packages"
tags: ["Billing Packages API"]
---

# Get all billing packages

`GET /v1/organizations/{organization_id}/billing-packages`

## Path parameters

- `organization_id` string, uuid, required

## Query parameters

- `ledgerId` string — Filter by ledger ID (UUID) — omit to list all packages for the organization
- `type` string — Filter by billing package type (volume, maintenance)
- `limit` string — Number of items per page (default 10)
- `page` string — Page number (default 1)

## Headers

- `X-Request-Id` string, uuid
- `Authorization` string

## Response `200`

OK

- FeePagination
  - `items` unknown, required
  - `limit` integer, required
  - `page` integer
  - `total` integer, required

## Other responses

- `default` — Error

---

[API](https://skmtc.net/lerian/apis/identity-plugin.md) · [All operations](https://skmtc.net/lerian/apis/identity-plugin/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lerian/identity-plugin/versions/25daba385532/schema)
