---
title: "List session replay chunks"
method: GET
path: "/session-replays/{session_replay_id}/chunks"
tags: ["Session Replays"]
---

# List session replay chunks

`GET /session-replays/{session_replay_id}/chunks`

Lists the chunks of a session replay in recording order, with cursor-based pagination. Each chunk describes a batch of recorded events without including the events themselves.

## Path parameters

- `session_replay_id` string, required

## Query parameters

- `cursor` string
- `limit` string

## Response `200`

Successful response

- object
  - `items` object[], required
    - `id` string, required
    - `batch_id` string, required
    - `session_replay_segment_id` 'null', nullable
    - `browser_session_id` 'null', nullable
    - `event_count` number, required
    - `byte_length` number, required
    - `first_event_at_millis` number, required
    - `last_event_at_millis` number, required
    - `created_at_millis` number, required
  - `pagination` object, required
    - `next_cursor` 'null', nullable

## Changes

- **2026-08-26** `897c83038ab2` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/hexclave/apis/hexclave-rest-api-2/changes/session-replays/:session_replay_id/chunks/get.md)

---

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