---
title: "Get All Usage Plans"
method: GET
path: "/api/stripe/usage_plans"
tags: ["Stripe"]
---

# Get All Usage Plans

`GET /api/stripe/usage_plans`

Get a list of all usage_based plans

## Response `200`

List of all plans

- StripeUsageBasedPlan[]
  - `analytics_events_price_id` string, required
  - `bytes_ingested_price_id` string, required
  - `chunks_stored_price_id` string, required
  - `created_at` string, date-time, required
  - `datasets_price_id` string, required
  - `files_storage_price_id` string, required
  - `id` string, uuid, required
  - `ingest_tokens_price_id` string, required
  - `message_tokens_price_id` string, required
  - `name` string, required
  - `ocr_pages_price_id` string, required
  - `pages_crawls_price_id` string, required
  - `platform_price_amount` integer, nullable
  - `platform_price_id` string, nullable
  - `search_tokens_price_id` string, required
  - `users_price_id` string, required
  - `visible` boolean, required

## Other responses

- `400` — Service error relating to getting all plans

---

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