v1
latestOpenAPI 3.0.02026-07-141,4077,1665.2 MBRum Replay Playlists
List RUM replay playlists
List playlists.
get/api/v2/rum/replay/playlists
Query parameters
filter[created_by_uuid]string
Example:00000000-0000-0000-0000-000000000001
Filter playlists by the UUID of the user who created them.
filter[query]string
Example:my playlist
Search query to filter playlists by name.
page[number]integer
Page number for pagination (0-indexed).
page[size]integer
Example:25
Number of items per page.
Response
OK
Example response
{
"data": [
{
"attributes": {
"created_by": {
"handle": "john.doe@example.com",
"id": "00000000-0000-0000-0000-000000000001",
"uuid": "00000000-0000-0000-0000-000000000001"
},
"name": "My Playlist"
},
"type": "rum_replay_playlist"
}
]
}