provider Rum Replay Viewership GET /api/v2/rum/replay/sessions/{session_id}/watchers
@utdk/datadog /api/v2/rum/replay/sessions/{session_id}/watchers
List rum replay session watchers
List session watchers.
page[size] query
Number of items per page.
integer
page[number] query
Page number for pagination (0-indexed).
integer
session_id path required
Unique identifier of the session.
string

Try it

Authentication
Configure credentials for Datadog API V2 Collection
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

listrumreplaysessionwatchers
GET/api/v2/rum/replay/sessions/{session_id}/watchers
List session watchers.

Parameters

required

Unique identifier of the session.

Number of items per page.

Page number for pagination (0-indexed).

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import datadog from '@utdk/datadog';

await datadog.listrumreplaysessionwatchers()