Get the status of a browser session
Retrieve the current status of a browser session.Documentation Index
Fetch the complete documentation index at: https://docs.reader.dev/llms.txt
Use this file to discover all available pages before exploring further.
| Header | Required | Description |
|---|---|---|
x-api-key | Yes | Your API key |
| Parameter | Type | Description |
|---|---|---|
id | string | Session ID |
| Status | Description |
|---|---|
active | Session is running, CDP endpoint is connectable |
stopped | Session was explicitly stopped |
expired | Session reached its timeout limit |
| Code | Status | Description |
|---|---|---|
session_not_found | 404 | Session does not exist or belongs to another workspace |