firecrawl_agent_status
Poll for agent job status and retrieve results when complete. Continue polling until status is 'completed' or 'failed'.
Instructions
Check the status of an agent job and retrieve results when complete. Use this to poll for results after starting an agent with firecrawl_agent.
IMPORTANT - Be patient with polling:
Poll every 15-30 seconds
Keep polling for at least 2-3 minutes before considering the request failed
Complex research can take 5+ minutes - do not give up early
Only stop polling when status is "completed" or "failed"
Usage Example:
{
"name": "firecrawl_agent_status",
"arguments": {
"id": "550e8400-e29b-41d4-a716-446655440000"
}
}Possible statuses:
processing: Agent is still researching - keep polling, do not give up
completed: Research finished - response includes the extracted data
failed: An error occurred (only stop polling on this status)
Returns: Status, progress, and results (if completed) of the agent job.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes |