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

# Get Team Billing Status

`GET /billing/team-billing-status/{team_id}`

Get billing status for a team (limited info for team members).

This endpoint allows team members to see that the team owner has billing
configured, without exposing sensitive billing details.

Args:
    team_id: Team UUID
    auth: Authenticated user context

Returns:
    - Team name
    - Owner name
    - Payment plan (hobby/pro/enterprise)
    - Whether owner has a payment method configured

## Path parameters

- `team_id` string, required

## Response `200`

Successful Response

- TeamBillingStatusResponse — Response model for team billing status (limited info for team members).
  - `team_id` string, required
  - `team_name` string, required
  - `owner_name` string, required
  - `payment_plan` string, required
  - `has_payment_method` boolean, required

## Other responses

- `422` — Validation Error

---

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