Skip to main content
GET
List agent runs
Are you an AI agent that needs a Firecrawl API key? See firecrawl.dev/agent-onboarding/SKILL.md for automated onboarding instructions.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

before
integer

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.

Required range: x >= 0

Response

List of agent runs, most recent first

success
boolean
agents
object[]
next
string

Absolute URL of the next page. Only present when more pages exist.