---
title: "Get All Products"
method: GET
path: "/v1/billing/products"
tags: ["Billing", "billing"]
---

# Get All Products

`GET /v1/billing/products`

## Query parameters

- `product_type` string

## Response `200`

Successful Response

- ProductsResponse
  - `Products` ProductDetails[], required
    - `ProductName` string, required
    - `ProductId` string, uuid, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/orsay/apis/fastapi.md) · [All operations](https://skmtc.dev/orsay/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/orsay/fastapi/revisions/66e6e334b2dc/schema)
