---
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

---

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