---
title: "Get Subscription Quotas"
method: GET
path: "/v1/subscription/quotas"
tags: ["Quotas"]
---

# Get Subscription Quotas

`GET /v1/subscription/quotas`

Returns the current subscription quotas and usage for the organization. For examples, see the [Monitor usage](/how-to-guides/monitor_usage) how-to guide.

## Response `200`

Successful Response

- union
  - SubscriptionQuotas — Response model for subscription quota information. All prices in CENTS.
    - `org_id` string, required — Organization ID
    - `subscription_type` 'quota', required — Type of subscription
    - `quota_units` QuotaUnit[], required — List of quota unit information for the organization
      - `id` string, required — Unique identifier for the unit
      - `display_name` string, required — Display Name of the unit
      - `units_usage` union, required — Usage of the unit in cents
        - integer
        - number
      - `units_limit` union, required — Limit of the unit in cents
        - integer
        - number
        - 'unlimited'
  - SubscriptionCredits — Response model for subscription credits information. All prices in CENTS.
    - `org_id` string, required — Your organization ID
    - `subscription_type` 'credits', required — Type of subscription
    - `credits` Credits, required
      - `limit` integer, required — Total credits limit in cents
      - `usage` integer, required — Current credits usage in cents
      - `remaining` integer — Remaining credits or 'unlimited' for unlimited credits.
    - `billing` Billing[], required — List of billing information for the organization
      - `period` Period, required
        - `start` string, required — Start date of the billing period
        - `end` string, required — End date of the billing period
      - `credit_usage` number, required — Current credits usage in cents
      - `units` CreditUnit[], required — List of unit usage information for the billing period
        - `id` string, required — Unique identifier for the unit
        - `display_name` string, required — Display Name of the unit
        - `units_usage` union, required — Usage of the unit in cents
          - integer
          - number
        - `units_price` union, required — Price of the unit in cents
          - integer
          - number

## Other responses

- `400` — Bad Request
- `500` — Internal Server Error

---

[API](https://skmtc.dev/bigdata/apis/bigdata-structured-data-api.md) · [All operations](https://skmtc.dev/bigdata/apis/bigdata-structured-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/bigdata/bigdata-structured-data-api/revisions/18082de268c4/schema)
