---
title: "List session replays"
method: GET
path: "/session-replays"
tags: ["Session Replays"]
---

# List session replays

`GET /session-replays`

Lists session replays for the project, most recently active first. Supports filtering by user, team, duration, last-event time, and click count, and cursor-based pagination.

## Query parameters

- `cursor` string
- `limit` string
- `user_ids` string
- `team_ids` string
- `duration_ms_min` string
- `duration_ms_max` string
- `last_event_at_from_millis` string
- `last_event_at_to_millis` string
- `click_count_min` string

## Response `200`

Successful response

- object
  - `items` object[], required
    - `id` string, required
    - `refresh_token_id` string, required
    - `project_user` object, required
      - `id` string, required
      - `display_name` 'null', nullable
      - `primary_email` 'null', nullable
    - `started_at_millis` number, required
    - `last_event_at_millis` number, required
    - `chunk_count` number, required
    - `event_count` number, required
  - `pagination` object, required
    - `next_cursor` 'null', nullable

## Changes

- **2026-08-26** `3ced76bb7fd8` — 1 info
  - endpoint added

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

---

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