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

# List billing plans

`GET /api/v1/billing/plans`

## Response `200`

Plan catalog

- PlanCatalogResponse
  - `plans` PlanCatalogItem[], required
    - `plan` 'free' | 'developer' | 'pro' | 'enterprise', required
    - `price_usd` integer, required
    - `max_memory_spaces` integer, required
    - `monthly_tokens_ingested` integer, required
    - `monthly_search_queries` integer, required
    - `status` 'live' | 'coming_soon', required

---

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