curl --request GET \ --url https://api.browserbase.com/v1/sessions/{id}/debug \ --header 'X-BB-API-Key: <api-key>'
{ "debuggerFullscreenUrl": "<string>", "debuggerUrl": "<string>", "pages": [ { "id": "<string>", "url": "<string>", "faviconUrl": "<string>", "title": "<string>", "debuggerUrl": "<string>", "debuggerFullscreenUrl": "<string>" } ], "wsUrl": "<string>" }
Your Browserbase API Key.
Show child attributes
Was this page helpful?