---
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.

---

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