Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
JavaScript
import { Hyperbrowser } from '@hyperbrowser/sdk'; const client = new Hyperbrowser({ apiKey: 'your-api-key' }); await client.sessions.get('session-id');
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "teamId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "startTime": "<string>", "endTime": "<string>", "createdAt": "<string>", "updatedAt": "<string>", "launchState": { "useUltraStealth": true, "useStealth": true, "useProxy": true, "solveCaptchas": true, "solverType": "visual", "adblock": true, "trackers": true, "annoyances": true, "screen": { "width": 1280, "height": 720 }, "enableWebRecording": true, "enableVideoWebRecording": true, "enableLogCapture": true, "acceptCookies": true, "profile": { "id": "<string>", "persistChanges": true, "persistNetworkCache": true }, "staticIpId": "<string>", "saveDownloads": true, "enableWindowManager": true, "enableWindowManagerTaskbar": true, "viewOnlyLiveView": true, "disablePasswordManager": true, "enableAlwaysOpenPdfExternally": true, "disablePostQuantumKeyAgreement": true }, "creditsUsed": 123, "sessionUrl": "<string>", "liveUrl": "<string>", "token": "<string>", "wsEndpoint": "<string>", "webdriverEndpoint": "<string>", "computerActionEndpoint": "<string>" }
Session details
active
closed
error
Show child attributes
Was this page helpful?