Are you an AI agent that needs a Firecrawl API key? See firecrawl.dev/agent-onboarding/SKILL.md for automated onboarding instructions.
List Agent Runs
1 min read
get/agent
Request example
Response
get/agent
Authorization
Query parameters
Only return agent runs created before this unix millisecond timestamp. Pages are fixed at 20 runs; use the
before value from the previous page's next URL to fetch the next page.Range: >= 0
Responses
application/json
List of agent runs, most recent first
Show child attributesHide child attributes
Short hint describing the run's target (first URL or prompt)
Origin of the run (e.g. "api")
Integration identifier, if the run was started with one
Options:
processingcompletedfailedOptions the run was started with
Show child attributesHide child attributes
Model preset used for the agent run. Every new run executes on spark-2; Spark 1 names only appear on legacy runs.
Options:
spark-2spark-1-prospark-1-miniReasoning budget used for the agent run (only present for runs that set effort)
Options:
lowmediumhighAbsolute URL of the next page. Only present when more pages exist.

