---
title: "GetBillingSubscription lists the subscription for the organization"
method: GET
path: "/v1/orgs/{org}/billing/subscriptions"
---

# GetBillingSubscription lists the subscription for the organization

`GET /v1/orgs/{org}/billing/subscriptions`

## Path parameters

- `org` string, required

## Query parameters

- `superuserForceAccess` boolean

## Response `200`

A successful response.

- V1GetBillingSubscriptionResponse
  - `billingPortalUrl` string
  - `organization` V1Organization
    - `billingCustomerId` string
    - `billingEmail` string
    - `billingPlanDisplayName` string
    - `billingPlanName` string
    - `createdOn` string, date-time
    - `customDomain` string
    - `defaultProjectRoleId` string
    - `description` string
    - `displayName` string
    - `faviconUrl` string
    - `id` string
    - `logoDarkUrl` string
    - `logoUrl` string
    - `name` string
    - `paymentCustomerId` string
    - `quotas` V1OrganizationQuotas
      - `deployments` integer
      - `outstandingInvites` integer
      - `projects` integer
      - `seats` integer
      - `slotsPerDeployment` integer
      - `slotsTotal` integer
      - `storageLimitBytesPerDeployment` string, int64
    - `thumbnailUrl` string
    - `updatedOn` string, date-time
  - `subscription` V1Subscription
    - `currentBillingCycleEndDate` string, date-time
    - `currentBillingCycleStartDate` string, date-time
    - `endDate` string, date-time
    - `id` string
    - `plan` V1BillingPlan
      - `default` boolean
      - `description` string
      - `displayName` string
      - `id` string
      - `name` string
      - `planType` 'BILLING_PLAN_TYPE_UNSPECIFIED' | 'BILLING_PLAN_TYPE_TRIAL' | 'BILLING_PLAN_TYPE_TEAM' | 'BILLING_PLAN_TYPE_MANAGED' | 'BILLING_PLAN_TYPE_ENTERPRISE' | 'BILLING_PLAN_TYPE_FREE' | 'BILLING_PLAN_TYPE_PRO' | 'BILLING_PLAN_TYPE_STARTER' | 'BILLING_PLAN_TYPE_GROWTH'
      - `public` boolean
      - `quotas` V1Quotas
        - `apiCallsPerSeat` string
        - `deployments` string
        - `outstandingInvites` string
        - `projects` string
        - `seats` string
        - `slotsPerDeployment` string
        - `slotsTotal` string
        - `storageLimitBytesPerDeployment` string
        - `tokensPerSeat` string
      - `trialPeriodDays` integer
    - `startDate` string, date-time
    - `trialEndDate` string, date-time

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.net/rilldata/apis/rill-admin-api.md) · [All operations](https://skmtc.net/rilldata/apis/rill-admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rilldata/rill-admin-api/versions/289a0ca9ce49/schema)
