---
title: "List billing prices"
method: GET
path: "/billing/price"
tags: ["billing"]
---

# List billing prices

`GET /billing/price`

## Query parameters

- `currency` string — Filter for prices in a specific currency (e.g. usd, eur)
- `for_initial_plan` boolean — Filter for prices valid for initial plans (free prices only)
- `for_trial_expiry_plan` boolean — Filter for prices valid for trial expiry plans (free prices only)
- `ids` string[]
- `interval` string
- `interval_count` integer — Filter for prices billed every N intervals; combine with interval (e.g. interval=month, interval_count=3 for quarterly)
- `is_active` boolean — Filter for active prices on active products (defaults to true if not specified)
- `plan_version_id` string — Filter for prices belonging to a specific plan version (e.g. the latest published version)
- `price` integer
- `product_id` string
- `product_ids` string[]
- `provider_type` 'metronome' | 'orb' | 'schematic' | 'stripe'
- `q` string
- `tiers_mode` 'graduated' | 'volume'
- `usage_type` 'licensed' | 'metered'
- `with_meter` boolean — Filter for prices with a meter
- `limit` integer — Page limit (default 100)
- `offset` integer — Page offset (default 0)

## Response `200`

OK

- object
  - `data` BillingPriceView[], required
    - `billing_scheme` 'per_unit' | 'tiered', required
    - `created_at` string, date-time, required
    - `currency` string, required
    - `id` string, required
    - `interval` 'day' | 'month' | 'one-time' | 'year', required
    - `interval_count` integer, required
    - `is_active` boolean, required
    - `meter_event_name` string, nullable
    - `meter_event_payload_key` string, nullable
    - `meter_id` string, nullable
    - `nickname` string, nullable
    - `package_size` integer, required
    - `price` integer, required
    - `price_decimal` string, nullable
    - `price_external_id` string, required
    - `price_id` string, required
    - `price_tier` BillingProductPriceTierResponseData[], required
      - `flat_amount` integer, nullable
      - `per_unit_price` integer, nullable
      - `per_unit_price_decimal` string, nullable
      - `up_to` integer, nullable
    - `product_external_id` string, required
    - `product_id` string, required
    - `product_name` string, required
    - `provider_type` 'metronome' | 'orb' | 'schematic' | 'stripe', required
    - `tiers_mode` 'graduated' | 'volume'
    - `updated_at` string, date-time, required
    - `usage_type` 'licensed' | 'metered', required
  - `params` object, required — Input parameters
    - `currency` string — Filter for prices in a specific currency (e.g. usd, eur)
    - `for_initial_plan` boolean — Filter for prices valid for initial plans (free prices only)
    - `for_trial_expiry_plan` boolean — Filter for prices valid for trial expiry plans (free prices only)
    - `ids` string[]
    - `interval` string
    - `interval_count` integer — Filter for prices billed every N intervals; combine with interval (e.g. interval=month, interval_count=3 for quarterly)
    - `is_active` boolean — Filter for active prices on active products (defaults to true if not specified)
    - `limit` integer — Page limit (default 100)
    - `offset` integer — Page offset (default 0)
    - `plan_version_id` string — Filter for prices belonging to a specific plan version (e.g. the latest published version)
    - `price` integer
    - `product_id` string
    - `product_ids` string[]
    - `provider_type` 'metronome' | 'orb' | 'schematic' | 'stripe'
    - `q` string
    - `tiers_mode` 'graduated' | 'volume'
    - `usage_type` 'licensed' | 'metered'
    - `with_meter` boolean — Filter for prices with a meter

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `500` — Server error

---

[API](https://skmtc.net/schematichq/apis/schematic-api.md) · [All operations](https://skmtc.net/schematichq/apis/schematic-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/schematichq/schematic-api/versions/873fb318b08a/schema)
