Runs
List Runs
List runs across your account. Supports filtering by status, by the agent they reference, and by creation time.
GET
List Runs
Authorizations
Your Browserbase API Key.
Query Parameters
Current status of the run.
PENDING- agent will run soonRUNNING- agent is currently runningCOMPLETED- agent has finished runningFAILED- agent has failed the runSTOPPED- run was stopped by the userTIMED_OUT- run exceeded maximum time
Available options:
PENDING, RUNNING, COMPLETED, FAILED, STOPPED, TIMED_OUT Only return runs that reference this agent ID.
Only return runs created on or after this timestamp (inclusive). ISO 8601 / RFC 3339, e.g. 2026-01-19T00:00:00Z.
Only return runs created on or before this timestamp (inclusive). ISO 8601 / RFC 3339, e.g. 2026-01-20T00:00:00Z.
Maximum number of results to return.
Required range:
1 <= x <= 1000Pagination cursor. Pass the nextCursor from the previous response to fetch the next page. Omit to start from the first page.
Response
200 - application/json
The page of matching agent runs.
Previous
List Run MessagesReturns a paginated list of messages produced by a run, in chronological order, with the oldest messages first.
Messages conform to the [AI SDK UIMessage format](https://ai-sdk.dev/docs/reference/ai-sdk-core/ui-message).
Next
List Runs