---
title: "Get recorded events"
method: GET
path: "/v1/sessions/{id}/events"
tags: ["Sessions"]
---

# Get recorded events

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

This endpoint allows you to get the recorded session events in the RRWeb format

## Path parameters

- `id` string, uuid, required

## Query parameters

- `compressed` boolean
- `limit` integer
- `pointer` string

## Response `200`

Events for a browser session

- unknown[] — Events for a browser session
  - unknown

## Other responses

- `400` — An error response from the API
- `404` — An error response from the API
- `500` — An error response from the API
- `502` — An error response from the API

## Changes

- **2026-06-07** `4985d7bcd32f` — 4 info
  - added the non-success response with the status `502`
  - added the optional property `linkToDocs` to the response with the `400` status
  - added the optional property `linkToDocs` to the response with the `404` status
  - added the optional property `linkToDocs` to the response with the `500` status
- **2026-02-25** `4b22ad455f8b` — 3 breaking
  - for the `query` request parameter `limit`, default value `1000` was added
  - for the `query` request parameter `limit`, the max was decreased from `9007199254740991.00` to `1000.00`
  - for the `query` request parameter `limit`, the min was increased from `-9007199254740991.00` to `1.00`
- **2026-02-17** `725a0defba4d` — 3 info
  - added the new optional `query` request parameter `compressed`
  - added the new optional `query` request parameter `limit`
  - added the new optional `query` request parameter `pointer`
- **2026-01-08** `97dcad9b050e` — 1 breaking, 3 info
  - added the pattern `^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$` to the `path` request parameter `id`
  - the response property `context/items/params` became required for the status `400`
  - the response property `context/items/params` became required for the status `404`
  - the response property `context/items/params` became required for the status `500`

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

---

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