Browser Session Status
infra.browser.session_statusCheck the status of a Browserbase session: running, completed, error, or timed out. Returns CPU usage, memory, proxy bytes, and start/end times.
Instructions
Check the status of a Browserbase session — running, completed, error, timed out. Returns CPU usage, memory, proxy bytes, start/end times (Browserbase)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | Browserbase session ID (from create_session result) |
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. |