Browser Sessions
Get active browser sessions
Get all active browser sessions for the organization
get/v1/browser_sessions
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 all active browser sessions
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"
}
]