---
title: "Get remaining credits for the authenticated team"
method: GET
path: "/team/credit-usage"
tags: ["Billing"]
---

# Get remaining credits for the authenticated team

`GET /team/credit-usage`

## Response `200`

Successful response

- object
  - `success` boolean
  - `data` object
    - `remainingCredits` number — Number of credits remaining for the team
    - `planCredits` number — Number of credits in the plan. This does not include coupon credits, credit packs, or auto recharge credits.
    - `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` — Credit 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)
