cURL
curl --request GET \ --url https://api.anchorbrowser.io/v1/sessions/{session_id}/pages \ --header 'anchor-api-key: <api-key>'
[ { "id": "<string>", "title": "<string>", "url": "<string>", "frontend_url": "<string>" } ]
Retrieves a list of pages associated with a specific browser session.
API key passed in the header
The ID of the session to retrieve pages for.
Session pages retrieved successfully.
The unique identifier of the page.
The title of the page.
The URL of the page.
The frontend URL for accessing the page.