---
title: "List products"
method: GET
path: "/api/v1/products"
tags: ["Products"]
---

# List products

`GET /api/v1/products`

## Query parameters

- `product_family_id` string, MeteroidId
- `search` string
- `order_by` string
- `page` integer
- `per_page` integer

## Response `200`

List of products

- ProductListResponse
  - `data` Product[], required
    - `archived_at` string, date-time, nullable
    - `catalog` boolean, required
    - `created_at` string, date-time, required
    - `description` string, nullable
    - `fee_structure` union, required
      - RateFeeStructure
      - SlotFeeStructure
        - `downgrade_policy` 'REMOVE_AT_END_OF_PERIOD', required
        - `slot_unit_name` string, required
        - `upgrade_policy` 'PRORATED', required
      - CapacityFeeStructure
        - `metric_id` string, MeteroidId, required
      - UsageFeeStructure
        - `metric_id` string, MeteroidId, required
        - `model` 'PER_UNIT' | 'TIERED' | 'VOLUME' | 'PACKAGE' | 'MATRIX', required
      - ExtraRecurringFeeStructure
        - `billing_type` 'ADVANCE' | 'ARREARS', required
      - OneTimeFeeStructure
    - `fee_type` 'RATE' | 'SLOT' | 'CAPACITY' | 'USAGE' | 'EXTRA_RECURRING' | 'ONE_TIME', required
    - `id` string, MeteroidId, required
    - `name` string, required
    - `product_family_id` string, MeteroidId, required
  - `pagination_meta` PaginationResponse, required
    - `page` integer, required
    - `per_page` integer, required
    - `total_items` integer, required
    - `total_pages` integer, required

## Other responses

- `401` — Unauthorized
- `429` — Too many requests

## Changes

> 54 revisions in range; 2 could not be searched.

- **2026-03-31** (v1) `ee465c53a423` — 1 info
  - response discriminator property name changed for `data/items/fee_structure` response property from `fee_type` to `type` for the response status `200`
- **2026-03-31** (v1) `560215310a09` — 1 breaking, 2 info
  - added `#/components/schemas/RateFeeStructure, #/components/schemas/SlotFeeStructure, #/components/schemas/CapacityFeeStructure, #/components/schemas/UsageFeeStructure, #/components/schemas/ExtraRecurringFeeStructure, #/components/schemas/OneTimeFeeStructure` to the `data/items/fee_structure` response property `oneOf` list for the response status `200`
  - added discriminator to `data/items/fee_structure` response property for the response status `200`
  - removed `subschema #1, subschema #2, subschema #3, subschema #4, subschema #5, subschema #6` from the `data/items/fee_structure` response property `oneOf` list for the response status `200`
- **2026-03-30** (v1) `5cb340234766` — 1 info
  - added the new optional `query` request parameter `order_by`
- **2026-03-27** (v1) `de35c02bb0d2` — 1 warning, 1 info
  - added the new `TOO_MANY_REQUESTS` enum value to the `code` response property for the response status `401`
  - added the non-success response with the status `429`
- **2026-03-20** (v1) `51c7018cc5ef` — 1 info
  - endpoint added

[Full history](https://skmtc.dev/meteroid-oss/apis/meteroid/changes/api/v1/products/get.md)

---

[API](https://skmtc.dev/meteroid-oss/apis/meteroid.md) · [All operations](https://skmtc.dev/meteroid-oss/apis/meteroid/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/meteroid-oss/meteroid/revisions/03f9d8ae5c5e/schema)
