Agents
List Agents
List agents across your account. Supports filtering by creation time.
GET
List Agents
Authorizations
Your Browserbase API Key.
Query Parameters
Only return agents created on or after this timestamp (inclusive). ISO 8601 / RFC 3339, e.g. 2026-01-19T00:00:00Z.
Only return agents 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 agents.
Previous
Update an AgentUpdate an existing agent. Only the fields provided in the body are modified; omitted fields are left unchanged.
Next
List Agents