Get Browsers
/api/v1/browser/Get – List all active browser sessions
Description: Retrieves a list of all currently active browser sessions, useful for monitoring and session management.
Method: GET Parameters: None
Request Example:
curl -X GET "https://production.cloudbrowser.ai/api/v1/browser/Get" \
-H "Authorization: Bearer <your-api-token>"Response: ActiveBrowsers: Array of active browser sessions with the following fields:
label: Identifier for the browser session.address: WebSocket endpoint for reconnecting to the session.createdOn: Timestamp of when the session was initiated.lastUpdate: Timestamp of the last activity in the session.vncStatus: Indicates whether a VNC session is active.vncPassword: Password for accessing the VNC session.
Last updated