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

# List plans

`GET /billing/plans`

List the self-serve credit plans available for checkout, including the current plan.

## Query parameters

- `organizationId` string — Organization to operate on. Auto-filled from CLI and SDK context when omitted. User tokens must supply it unless the credential's fixed scope resolves it; secret keys may omit it (the key's organization applies).

## Response `200`

OK

- object
  - `billingModel` string, required
  - `currentPlanSlug` string, nullable, required
  - `hasActiveStripeBilling` boolean, required
  - `plans` object[], required
    - `slug` string, required
    - `billingModel` string, required
    - `name` string, required
    - `description` string, required
    - `bestFor` string, nullable, required
    - `price` string, required
    - `currency` string, required
    - `cycleCredits` string, nullable, required — Credits added to the balance each paid cycle (billing_plans.config.cycleCredits). Additive, never a balance target.
    - `targetCreditBalance` string, nullable, required
    - `logsIncludedBytes` string, required
    - `aiTokensIncluded` string, required

## Changes

- **2026-09-04** `f7ae8f775456` — 1 info
  - added the required property `plans/items/cycleCredits` to the response with the `200` status

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

---

[API](https://skmtc.dev/sazabi/apis/sazabi-public-api.md) · [All operations](https://skmtc.dev/sazabi/apis/sazabi-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sazabi/sazabi-public-api/revisions/1d12b71c735a/schema)
