> ## Documentation Index
> Fetch the complete documentation index at: https://docs.r28.ai/charter/llms.txt
> Use this file to discover all available pages before exploring further.

# credit_usage

> Get remaining credits and billing period for the authenticated team.

<div className="tool-route"><span className="tool-row-method" data-method="GET">GET</span><code>{"https://api.firecrawl.dev/v2/team/credit-usage"}</code></div>

```python firecrawl_credit_usage.py theme={null}
from charter.packs import firecrawl

result = await firecrawl.credit_usage.ainvoke({})
```

This tool takes no arguments.
