---
title: "List available billing plans"
method: GET
path: "/api/billing/plans"
tags: ["billing"]
---

# List available billing plans

`GET /api/billing/plans`

[cloud-only] Returns the list of available subscription plans and their pricing.

## Response `200`

Plan list

- BillingPlan[]
  - `id` string, required
  - `name` string, required
  - `description` string
  - `credits_per_month` integer
  - `price_cents` integer — Monthly price in cents (USD)
  - `currency` string
  - `features` string[] — List of plan features

## Other responses

- `401` — Unauthorized
- `500` — Internal server error

## Changes

- **2026-05-22** `09a5075587c8` — 3 info
  - api operation id `listBillingPlans` removed and replaced with `getBillingPlans`
  - added the non-success response with the status `401`
  - added the non-success response with the status `500`
- **2026-05-08** `c9640fded659` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/comfy-org/apis/comfyui-api/changes/api/billing/plans/get.md)

---

[API](https://skmtc.dev/comfy-org/apis/comfyui-api.md) · [All operations](https://skmtc.dev/comfy-org/apis/comfyui-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/comfy-org/comfyui-api/revisions/c4db9e1283df/schema)
