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

# crawl_active

> List all active crawl jobs for the authenticated team.

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

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

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

This tool takes no arguments.
