---
title: "List Organization Pricing"
method: GET
path: "/v1/organizations/me/pricing"
tags: ["organization-pricing"]
---

# List Organization Pricing

`GET /v1/organizations/me/pricing`

List the organization's rate overrides.

Readable by any member: these rates decide what the caller's own requests
cost, so they are not withheld from the people billed at them. Writing needs
an owner or admin.

Paged on the same bounds the rest of the tenancy surface uses, because the
table grows a row per model per period. ``count`` is the total, so a client
knows whether another page is owed.

## Query parameters

- `skip` integer — Number of records to skip
- `limit` integer — Maximum number of records to return

## Response `200`

Successful Response

- OrganizationModelPricingsPublic — One page of the organization's overrides, and how many there are in total. The envelope shape the platform's equivalent endpoint returns, kept so the generated dashboard client stays recognizable across both trees. ``count`` is the total rather than the length of ``data``, which is what lets a client tell whether another page is owed.
  - `count` integer, required
  - `data` OrganizationModelPricingPublic[], required
    - `cache_read_price_per_million` number, nullable, required
    - `cache_write_1h_price_per_million` number, nullable, required
    - `cache_write_price_per_million` number, nullable, required
    - `created_at` string, date-time, required
    - `effective_from` string, date-time, required
    - `effective_to` string, date-time, nullable, required
    - `id` string, uuid, required
    - `input_price_per_million` number, required
    - `model_key` string, required
    - `organization_id` string, uuid, required
    - `output_price_per_million` number, required
    - `pricing_tiers` PricingTier[], required
      - `cache_read_price_per_million` number, nullable
      - `cache_write_1h_price_per_million` number, nullable
      - `cache_write_price_per_million` number, nullable
      - `input_price_per_million` number, nullable
      - `min_input_tokens` integer, required
      - `output_price_per_million` number, nullable
    - `updated_at` string, date-time, required

## Other responses

- `422` — Validation Error

---

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