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

# Get Browser Session

`GET /v1/sessions/{session_id}`

Retrieves detailed information about a specific browser session.

## Path parameters

- `session_id` string, required

## Response `200`

Session retrieved successfully.

- object
  - `session_id` string — The unique identifier of the session.
  - `team_id` string — The team ID associated with the session.
  - `duration` integer — The duration of the session in seconds.
  - `status` string — The current status of the session.
  - `credits_used` number — The number of credits consumed by the session.
  - `configuration` object — The configuration settings for the session.
  - `playground` boolean — Whether this is a playground session.
  - `proxy_bytes` integer — The number of bytes transferred through the proxy.
  - `tokens` object — Token usage information.
  - `steps` integer — Number of AI agent steps executed in the session.
  - `tags` object — Tags associated with the session.
  - `created_at` string, date-time — The timestamp when the session was created.

## Other responses

- `404` — Session not found.
- `500` — Failed to fetch session.

## Changes

- **2026-03-27** `52086fcbd670` — 1 breaking
  - the `steps` response's property type/format changed from `array`/`` to `integer`/`` for status `200`

[Change history](https://skmtc.dev/anchorbrowser/apis/anchorbrowser-api/changes/v1/sessions/:session_id/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)
