List Sessions
Sessions
List Sessions
List active browser sessions owned by the caller.
GET
List Sessions
Overview
Returns all currently-active browser sessions owned by the authenticated user. Expired or destroyed sessions are not returned.Example Request
Response
Success Response (200)
Array of session objects. Each has the same shape as the response of
POST /browser/sessions: id, status, cdpUrl, liveViewUrl, capabilities, extensions, proxy, createdAt, expiresAt.Error Responses
| Status | Description |
|---|---|
401 | Unauthorized — invalid or missing API key. |