GET
firecrawl_scrape_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 of a scrape job by job ID.
from charter.packs import firecrawl
result = await firecrawl.scrape_status.ainvoke({"jobId": ...})
| Field | Type | Description |
|---|---|---|
jobId * | string | The ID of the job |
Was this page helpful?