GET
/
api
/
sessions
/
{session_id}
/
pages

Authorizations

anchor-api-key
string
header
required

API key passed in the header

Path Parameters

session_id
string
required

The ID of the session to retrieve pages for.

Response

200
application/json
A collection of pages linked to the specified session, representing browser tabs. Each entry includes details such as the tab's URL and a link to its graphical interface, which can be used for debugging or embedding purposes.
data
object

The top-level object containing the list of pages.