List Browser Sessions
infra.browser.list_sessionsRetrieve browser sessions filtered by status (running, completed, error) to monitor activity. Get session IDs, regions, and start times.
Instructions
List active or recent browser sessions — filter by status (running, completed, error). Returns session IDs, regions, start times (Browserbase)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | Filter by session status (default RUNNING) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |