---
title: "GET /v1/orgs/{orgId}/billing/subscription"
method: GET
path: "/v1/orgs/{orgId}/billing/subscription"
tags: ["Billing"]
---

# GET /v1/orgs/{orgId}/billing/subscription

`GET /v1/orgs/{orgId}/billing/subscription`

The org's current plan and self-serve subscription status.

## Path parameters

- `orgId` string, uuid, required

## Headers

- `Authorization` string

## Response `200`

Default Response

- object
  - `links` object, required
    - `self` string, uri, required
  - `data` object, required
    - `id` string, uuid, required
    - `type` 'subscription', required
    - `attributes` object, required
      - `plan` object, required
        - `code` union, required
          - 'free'
          - 'free-legacy-v1'
          - 'team-v1'
          - 'business-v1'
          - 'enterprise-v1'
        - `displayName` string, required
      - `status` union, required
        - 'none'
        - 'incomplete'
        - 'active'
        - 'past_due'
        - 'canceling'
        - 'canceled'
      - `startedAt` string, date-time, nullable, required
      - `monthlyPriceUsd` number, nullable, required
      - `upgradePriceUsd` number, nullable, required

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

## Changes

- **2026-09-15** `d50a02b79ad3` — 2 info
  - added the optional property `error/code` to the response with the `403` status
  - added the optional property `error/url` to the response with the `403` status

[Change history](https://skmtc.dev/tessl/apis/tessl-api/changes/v1/orgs/:orgId/billing/subscription/get.md)

---

[API](https://skmtc.dev/tessl/apis/tessl-api.md) · [All operations](https://skmtc.dev/tessl/apis/tessl-api/llms.txt) · [OpenAPI document](https://skmtc.dev/tessl/apis/tessl-api/revisions/6da83f4191fc?raw)
