Browser Sessions
Get a session
Get details about a specific browser session, including the browser address for cdp connection.
get/v1/browser_sessions/{browser_session_id}
Path parameters
browser_session_idstring required
The ID of the browser session. browser_session_id starts with pbs_
Example:pbs_123456
The ID of the browser session. browser_session_id starts with pbs_
Headers
x-api-keystring nullable
Skyvern API key for authentication. API key can be found at https://app.skyvern.com/settings.
Skyvern API key for authentication. API key can be found at https://app.skyvern.com/settings.
Response
Successfully retrieved browser session details
Example response
{
"browser_session_id": "pbs_123456",
"status": "created",
"runnable_type": "task",
"runnable_id": "tsk_123456",
"timeout": 60,
"browser_address": "http://localhost:9222",
"app_url": "https://app.skyvern.com/browser-session/pbs_123456"
}