---
title: "Get Team Billing"
method: GET
path: "/billing/teams/{team_id}"
tags: ["billing"]
---

# Get Team Billing

`GET /billing/teams/{team_id}`

Team billing snapshot: tier, seats, pool balance, reset date.

## Path parameters

- `team_id` string, required

## Response `200`

Successful Response

- TeamBillingStatusResponse — GET /billing/teams/{id} — the team's billing snapshot for the UI.
  - `team_id` string, required
  - `tier` 'free' | 'pro' | 'teams' | 'admin', required
  - `billing_interval` string, required
  - `seat_limit` integer, required
  - `seats_used` integer, required
  - `pool_balance_cents` integer, required
  - `pool_balance_dollars` number, required
  - `monthly_credit_reset_at` string, date-time, nullable
  - `has_subscription` boolean
  - `has_billing_account` boolean

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/repowise/apis/repowise-hosted-api.md) · [All operations](https://skmtc.dev/repowise/apis/repowise-hosted-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/repowise/repowise-hosted-api/revisions/1e57283a9737/schema)
