GET
firecrawl_crawl_status.py
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Get the status and results of a crawl job.
from charter.packs import firecrawl
result = await firecrawl.crawl_status.ainvoke({"id": ...})
| Field | Type | Description |
|---|---|---|
id * | string | The ID of the crawl job |
Was this page helpful?