Get Session
Sessions
Get Session
Get the status of a browser session
GET
Get Session
Retrieve the current status of a browser session.
Request
Headers
| Header | Required | Description |
|---|---|---|
x-api-key | Yes | Your API key |
Path Parameters
| Parameter | Type | Description |
|---|---|---|
id | string | Session ID |
Response
200 OK
Status Values
| Status | Description |
|---|---|
active | Session is running, CDP endpoint is connectable |
stopped | Session was explicitly stopped |
expired | Session reached its timeout limit |
Errors
| Code | Status | Description |
|---|---|---|
session_not_found | 404 | Session does not exist or belongs to another workspace |

