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", "status": "active", "startTime": "<string>", "endTime": "<string>", "createdAt": "<string>", "updatedAt": "<string>", "sessionUrl": "<string>", "liveUrl": "<string>", "token": "<string>", "wsEndpoint": "<string>", "webdriverEndpoint": "<string>", "computerActionEndpoint": "<string>" }
Session details
active
closed
error