v33

latestOpenAPI 3.1.0raw.githubusercontent.com2026-04-2972102177.5 KB
Browser Sessions

Get Browser Session Pages

Retrieves a list of pages associated with a specific browser session.

get/v1/sessions/{session_id}/pages

Path parameters

session_idstring required

The ID of the session to retrieve pages for.

Response

Session pages retrieved successfully.

idstring required

The unique identifier of the page.

titlestring required

The title of the page.

urlstring required

The URL of the page.

frontend_urlstring required

The frontend URL for accessing the page.