---
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'
    - `public` boolean
    - `quotas` V1Quotas
      - `deployments` string
      - `outstandingInvites` string
      - `projects` string
      - `slotsPerDeployment` string
      - `slotsTotal` string
      - `storageLimitBytesPerDeployment` string
    - `trialPeriodDays` integer

## Other responses

- `default` — An unexpected error response.

## Changes

- **2026-04-13** (v1) `76877ddab8ec` — 2 warning
  - added the new `BILLING_PLAN_TYPE_FREE` enum value to the `plans/items/planType` response property for the response status `200`
  - added the new `BILLING_PLAN_TYPE_PRO` enum value to the `plans/items/planType` response property for the response status `200`
- **2025-12-11** (v1) `f317ff96998d` — 3 warning, 4 info
  - removed the optional property `plans/items/quotas/apiCallsPerSeat` from the response with the `200` status
  - removed the optional property `plans/items/quotas/seats` from the response with the `200` status
  - removed the optional property `plans/items/quotas/tokensPerSeat` from the response with the `200` status
  - removed the `BILLING_PLAN_TYPE_FREE` enum value from the `plans/items/planType` response property for the response status `200`
  - …3 more

[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/9f1bf1f2a520/schema)
