---
title: "Get Browser Session Pages"
method: GET
path: "/v1/sessions/{session_id}/pages"
tags: ["Browser Sessions"]
---

# Get Browser Session Pages

`GET /v1/sessions/{session_id}/pages`

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

## Path parameters

- `session_id` string, required

## Response `200`

Session pages retrieved successfully.

- object[]
  - `id` string, required — The unique identifier of the page.
  - `title` string, required — The title of the page.
  - `url` string, required — The URL of the page.
  - `frontend_url` string, required — The frontend URL for accessing the page.

## Other responses

- `401` — Invalid API Key or unauthorized access.
- `404` — Session not found.
- `500` — Internal server error.

## Changes

- **2025-09-15** `099534e97649` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/anchorbrowser/apis/anchorbrowser-api/changes/v1/sessions/:session_id/pages/get.md)

---

[API](https://skmtc.dev/anchorbrowser/apis/anchorbrowser-api.md) · [All operations](https://skmtc.dev/anchorbrowser/apis/anchorbrowser-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/anchorbrowser/anchorbrowser-api/revisions/d0f5aa64f9f4/schema)
