Authorizations
Path Parameters
Response
Session details
Available options:
active, closed, error 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",
"status": "active",
"startTime": "<string>",
"endTime": "<string>",
"createdAt": "<string>",
"updatedAt": "<string>",
"launchState": {
"useUltraStealth": true,
"useStealth": true,
"useProxy": true,
"solveCaptchas": true,
"adblock": true,
"trackers": true,
"annoyances": true,
"screen": {
"width": 1280,
"height": 720
},
"enableWebRecording": true,
"enableVideoWebRecording": true,
"enableLogCapture": true,
"acceptCookies": true,
"profile": {
"id": "<string>",
"persistChanges": true
},
"staticIpId": "<string>",
"saveDownloads": true,
"enableWindowManager": true,
"enableWindowManagerTaskbar": true,
"viewOnlyLiveView": true,
"disablePasswordManager": true,
"enableAlwaysOpenPdfExternally": true
},
"creditsUsed": 123,
"sessionUrl": "<string>",
"liveUrl": "<string>",
"token": "<string>",
"wsEndpoint": "<string>",
"webdriverEndpoint": "<string>",
"computerActionEndpoint": "<string>"
}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",
"status": "active",
"startTime": "<string>",
"endTime": "<string>",
"createdAt": "<string>",
"updatedAt": "<string>",
"launchState": {
"useUltraStealth": true,
"useStealth": true,
"useProxy": true,
"solveCaptchas": true,
"adblock": true,
"trackers": true,
"annoyances": true,
"screen": {
"width": 1280,
"height": 720
},
"enableWebRecording": true,
"enableVideoWebRecording": true,
"enableLogCapture": true,
"acceptCookies": true,
"profile": {
"id": "<string>",
"persistChanges": true
},
"staticIpId": "<string>",
"saveDownloads": true,
"enableWindowManager": true,
"enableWindowManagerTaskbar": true,
"viewOnlyLiveView": true,
"disablePasswordManager": true,
"enableAlwaysOpenPdfExternally": 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?