Get the status of an agent job
Agent Endpoints
Get Agent Status
GET
Get the status of an agent job
Are you an AI agent that needs a EvoCrawl API key? See evocrawl.com/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)

