---
title: "Count billing products"
method: GET
path: "/billing/products/count"
tags: ["billing"]
---

# Count billing products

`GET /billing/products/count`

## Query parameters

- `ids` string[]
- `is_active` boolean — Filter products that are active. Defaults to true if not specified
- `name` string
- `price_usage_type` 'licensed' | 'metered'
- `provider_type` 'metronome' | 'orb' | 'schematic' | 'stripe'
- `q` string
- `recurring_charges_only` boolean — Filter to products that have at least one recurring price
- `with_one_time_charges` boolean — Filter products that are one time charges
- `with_prices_only` boolean — Filter products that have prices
- `with_zero_price` boolean — Filter products that have zero price for free subscription type
- `without_linked_to_plan` boolean — Filter products that are not linked to any plan
- `limit` integer — Page limit (default 100)
- `offset` integer — Page offset (default 0)

## Response `200`

OK

- object
  - `data` CountResponse, required
    - `count` integer — The number of resources
  - `params` object, required — Input parameters
    - `ids` string[]
    - `is_active` boolean — Filter products that are active. Defaults to true if not specified
    - `limit` integer — Page limit (default 100)
    - `name` string
    - `offset` integer — Page offset (default 0)
    - `price_usage_type` 'licensed' | 'metered'
    - `provider_type` 'metronome' | 'orb' | 'schematic' | 'stripe'
    - `q` string
    - `recurring_charges_only` boolean — Filter to products that have at least one recurring price
    - `with_one_time_charges` boolean — Filter products that are one time charges
    - `with_prices_only` boolean — Filter products that have prices
    - `with_zero_price` boolean — Filter products that have zero price for free subscription type
    - `without_linked_to_plan` boolean — Filter products that are not linked to any plan

## Other responses

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

## Changes

> 125 revisions in range; 38 could not be searched.

- **2026-07-15** `3baa54bf8b3f` — 2 warning
  - for the `query` request parameter `limit`, the max was set to `250.00`
  - for the `query` request parameter `limit`, the min was set to `0.00`
- **2026-06-05** `c0d7b479cd11` — 1 warning, 1 info
  - added the new `metronome` enum value to the `params/provider_type` response property for the response status `200`
  - added the new enum value `metronome` to the `query` request parameter `provider_type`

[Change history](https://skmtc.dev/schematichq/apis/schematic-api/changes/billing/products/count/get.md)

---

[API](https://skmtc.dev/schematichq/apis/schematic-api.md) · [All operations](https://skmtc.dev/schematichq/apis/schematic-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/schematichq/schematic-api/revisions/0b238e148fa1/schema)
