---
title: "Session Recording"
method: GET
path: "/v1/sessions/{id}/recording"
---

# Session Recording

`GET /v1/sessions/{id}/recording`

## Path parameters

- `id` string, required

## Response `200`

The request has succeeded.

- SessionRecording[]
  - `data` object, required — See [rrweb documentation](https://github.com/rrweb-io/rrweb/blob/master/docs/recipes/dive-into-event.md).
  - `sessionId` string, required
  - `timestamp` integer, required — milliseconds that have elapsed since the UNIX epoch
  - `type` integer, required

## Changes

- **2024-12-29** `7d749df7d5d7` — 1 info
  - removed the non-success response with the status `422`
- **2024-11-19** `7f88912695ba` — 1 breaking
  - removed the required property `items/id` from the response with the `200` status

[Change history](https://skmtc.dev/browserbase/apis/browserbase-api/changes/v1/sessions/:id/recording/get.md)

---

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