---
title: "List RUM replay session watchers"
method: GET
path: "/api/v2/rum/replay/sessions/{session_id}/watchers"
tags: ["Rum Replay Viewership"]
---

# List RUM replay session watchers

`GET /api/v2/rum/replay/sessions/{session_id}/watchers`

List session watchers.

## Path parameters

- `session_id` string, required

## Query parameters

- `page[size]` integer
- `page[number]` integer

## Response `200`

OK

- WatcherArray — A list of users who have watched a RUM replay session.
  - `data` WatcherData[], required — Array of watcher data objects.
    - `attributes` WatcherDataAttributes — Attributes of a user who has watched a RUM replay session, including contact information and watch statistics.
      - `handle` string, required — Email handle of the user who watched the session.
      - `icon` string — URL or identifier of the watcher's avatar icon.
      - `last_watched_at` string, date-time, required — Timestamp when the watcher last viewed the session.
      - `name` string — Display name of the user who watched the session.
      - `watch_count` integer, required — Total number of times the user has watched the session.
    - `id` string — Unique identifier of the watcher user.
    - `type` 'rum_replay_watcher', required — Rum replay watcher resource type.

## Other responses

- `429` — Too many requests

---

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