---
title: "GET /billing/add-on-products"
method: GET
path: "/billing/add-on-products"
tags: ["billing"]
---

# GET /billing/add-on-products

`GET /billing/add-on-products`

Get add-on products list

## Response `200`

Returns add-on products list.

- object[]
  - `id` string, required
  - `type` 'base' | 'credit' | 'rowCount' | 'attachmentSize' | 'automationRun', required
  - `catalog` 'cloud' | 'self-hosted', required
  - `unitAmount` number, required
  - `prices` object[], required
    - `id` string, required
    - `legacyIds` string[], required
    - `productId` string, required
    - `type` string, required
    - `interval` 'month' | 'year', required
    - `intervalCount` number, required
    - `unitAmount` number, required
    - `currency` string, required
  - `trialPeriodInDays` number

---

[API](https://skmtc.net/teable/apis/teable-app.md) · [All operations](https://skmtc.net/teable/apis/teable-app/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/teable/teable-app/versions/7515f3b33d79/schema)
