Get the status of an agent job
Agent Endpoints
Get Agent Status
GET
Get the status of an agent job
Documentation Index
Fetch the complete documentation index at: https://docs.firecrawl.dev/llms.txt
Use this file to discover all available pages before exploring further.
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 agent job
Response
200 - application/json
Successful response
Available options:
processing, completed, failed The extracted data (only present when status is completed)
Model preset used for the agent run
Available options:
spark-1-pro, spark-1-mini Error message (only present when status is failed)

