Get Crawl Status
Are you an AI agent that needs a Firecrawl API key? See firecrawl.dev/agent-onboarding/SKILL.md for automated onboarding instructions.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ID of the crawl job
Response
Successful response
The current status of the crawl. Can be scraping, completed, or failed.
The total number of pages that were attempted to be crawled.
The number of pages that have been successfully crawled.
The number of credits used for the crawl.
The date and time when the crawl will expire.
The date and time when the crawl was started.
The date and time when the crawl finished. Present only when the crawl is in a terminal state (completed, failed, or cancelled).
Crawl duration in seconds. For terminal crawls, this is the elapsed time from createdAt to completedAt. For in-progress crawls, it is the elapsed time from createdAt to now.
The URL to retrieve the next 10MB of data. Returned if the crawl is not completed or if the response is larger than 10MB.
The data of the crawl.

