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

# batch_scrape_status

> Get the status and results of a batch scrape job.

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

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

result = await firecrawl.batch_scrape_status.ainvoke({"id": ...})
```

## Path parameters

<div className="reference-table">
  | Field                                                      | Type     | Description                    |
  | ---------------------------------------------------------- | -------- | ------------------------------ |
  | `id` <span className="required" title="required">\*</span> | `string` | The ID of the batch scrape job |
</div>
