---
title: "Get Subscription"
method: GET
path: "/api/account/subscription"
tags: ["account"]
---

# Get Subscription

`GET /api/account/subscription`

Get subscription, usage, and overage info for the authenticated user.

``is_admin_managed=True`` when user is an org member (billed by org admin)
or has no stripe_data on their subscription (manually provisioned).

## Response `200`

Successful Response

- SubscriptionResponse — Response model for subscription info. Base usage is percentage-only — internal compute credit limits are not exposed as USD to avoid revealing plan economics. Overage amounts are in USD because users are directly billed for them.
  - `plan_tier` string, required
  - `status` string, required
  - `cancel_at_period_end` boolean
  - `current_period_start` string, nullable
  - `current_period_end` string, nullable
  - `usage_percentage` number, required
  - `is_limited` boolean, required
  - `overage_eligible` boolean
  - `overage_enabled` boolean, required
  - `overage_limit_usd` number, nullable, required
  - `overage_spend_usd` number, required
  - `overage_percentage` number, required
  - `is_in_overage` boolean, required
  - `is_org_member` boolean, required
  - `is_admin_managed` boolean, required
  - `organization` OrgInfoResponse — Organization context returned in the subscription response.
    - `name` string, required
    - `slug` string, required
    - `role` string, required

---

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