---
title: "ListPublicBillingPlans lists all public billing plans"
method: GET
path: "/v1/billing/plans"
---

# ListPublicBillingPlans lists all public billing plans

`GET /v1/billing/plans`

## Response `200`

A successful response.

- V1ListPublicBillingPlansResponse
  - `plans` V1BillingPlan[]
    - `default` boolean
    - `description` string
    - `displayName` string
    - `id` string
    - `name` string
    - `planType` 'BILLING_PLAN_TYPE_UNSPECIFIED' | 'BILLING_PLAN_TYPE_TRIAL' | 'BILLING_PLAN_TYPE_TEAM' | 'BILLING_PLAN_TYPE_MANAGED' | 'BILLING_PLAN_TYPE_ENTERPRISE' | 'BILLING_PLAN_TYPE_FREE' | 'BILLING_PLAN_TYPE_PRO' | 'BILLING_PLAN_TYPE_STARTER' | 'BILLING_PLAN_TYPE_GROWTH'
    - `public` boolean
    - `quotas` V1Quotas
      - `apiCallsPerSeat` string
      - `deployments` string
      - `outstandingInvites` string
      - `projects` string
      - `seats` string
      - `slotsPerDeployment` string
      - `slotsTotal` string
      - `storageLimitBytesPerDeployment` string
      - `tokensPerSeat` string
    - `trialPeriodDays` integer

## Other responses

- `default` — An unexpected error response.

## Changes

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

- **2026-06-19** (v1) `045dfafc9e12` — 2 warning, 2 info
  - added the new `BILLING_PLAN_TYPE_GROWTH` enum value to the `plans/items/planType` response property for the response status `200`
  - added the new `BILLING_PLAN_TYPE_STARTER` enum value to the `plans/items/planType` response property for the response status `200`
  - added the optional property `plans/items/quotas/apiCallsPerSeat` to the response with the `200` status
  - added the optional property `plans/items/quotas/seats` to the response with the `200` status

[Change history](https://skmtc.dev/rilldata/apis/rill-admin-api/changes/v1/billing/plans/get.md)

---

[API](https://skmtc.dev/rilldata/apis/rill-admin-api.md) · [All operations](https://skmtc.dev/rilldata/apis/rill-admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/rilldata/rill-admin-api/revisions/abe7a430f373/schema)
