Skip to main content
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)

object[]
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.
Example Response:

Error Responses