---
title: "Get remaining tokens for the authenticated team (Extract only)"
method: GET
path: "/team/token-usage"
tags: ["Billing"]
---

# Get remaining tokens for the authenticated team (Extract only)

`GET /team/token-usage`

## Response `200`

Successful response

- object
  - `success` boolean
  - `data` object
    - `remainingTokens` number — Number of tokens remaining for the team
    - `planTokens` number — Number of tokens in the plan. This does not include coupon tokens.
    - `billingPeriodStart` string, date-time, nullable — Start date of the current billing period.
    - `billingPeriodEnd` string, date-time, nullable — End date of the current billing period.

## Other responses

- `404` — Token usage information not found
- `500` — Server error

---

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