---
title: "Get Subscription Tiers Table"
method: GET
path: "/v1/billing/subscriptions/plans"
tags: ["billing", "subscriptions"]
---

# Get Subscription Tiers Table

`GET /v1/billing/subscriptions/plans`

## Response `200`

Successful Response

- SubscriptionPricingTable
  - `descriptions` FeaturesForSubscriptionDescriptions, required — See FeaturesForSubscription for more info! This class is a duplicate so if anything gets renamed on the parent class, this one will error.
    - `max_tokens_readable` string, required
    - `max_apps_readable` string, required
    - `support_level_readable` string, required
    - `llm_routing` string, required
    - `prompts` string, required
    - `prompt_models` string, required
    - `personalized_llm_routing` string, required
    - `fine_tuning` string, required
    - `customer_success` string, required
  - `tooltips` FeaturesForSubscriptionDescriptions, required — See FeaturesForSubscription for more info! This class is a duplicate so if anything gets renamed on the parent class, this one will error.
    - `max_tokens_readable` string, required
    - `max_apps_readable` string, required
    - `support_level_readable` string, required
    - `llm_routing` string, required
    - `prompts` string, required
    - `prompt_models` string, required
    - `personalized_llm_routing` string, required
    - `fine_tuning` string, required
    - `customer_success` string, required
  - `table` object, required
  - `subscription_price_id` string, nullable, required — The ID of the price associated with the current subscription, if any

---

[API](https://skmtc.net/pulze/apis/pulze-ai-api.md) · [All operations](https://skmtc.net/pulze/apis/pulze-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pulze/pulze-ai-api/revisions/a5e0b539abc5/schema)
