> ## 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.

# rate_limit_get

> Check how much API budget is left, per resource. `core` covers most of this pack, `search` is the 30-per-minute budget the search tools spend, and `code_search` is narrower still. This request does not itself count against any of them, so it is safe to call before a long walk.

<div className="tool-route"><span className="tool-row-method" data-method="GET">GET</span><code>{"https://api.github.com/rate_limit"}</code></div>

```python github_rate_limit_get.py theme={null}
from charter.packs import github

result = await github.rate_limit_get.ainvoke({})
```

<Note>
  Requires `repo`, `read:user`.
</Note>

This tool takes no arguments.
