provider Rum Replay Playlists GET /api/v2/rum/replay/playlists
@utdk/datadog /api/v2/rum/replay/playlists
List rum replay playlists
List playlists.
filter[created_by_uuid] query
Filter playlists by the UUID of the user who created them.
string
filter[query] query
Search query to filter playlists by name.
string
page[number] query
Page number for pagination (0-indexed).
integer
page[size] query
Number of items per page.
integer

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.

listrumreplayplaylists
GET/api/v2/rum/replay/playlists
List playlists.

Filter playlists by the UUID of the user who created them.

Search query to filter playlists by name.

Page number for pagination (0-indexed).

Number of items per page.

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.listrumreplayplaylists()