v1
latestOpenAPI 3.0.02026-07-141,4077,1665.2 MBRum Replay Viewership
List RUM replay viewership history sessions
List watched sessions.
get/api/v2/rum/replay/viewership-history/sessions
Query parameters
filter[watched_at][start]integer
Example:1704067200000
Start timestamp in milliseconds for watched_at filter.
page[number]integer
Page number for pagination (0-indexed).
filter[created_by]string
Example:00000000-0000-0000-0000-000000000001
Filter by user UUID. Defaults to current user if not specified.
filter[watched_at][end]integer
Example:1704153600000
End timestamp in milliseconds for watched_at filter.
filter[session_ids]string
Example:11111111-2222-3333-4444-555555555555,22222222-3333-4444-5555-666666666666
Comma-separated list of session IDs to filter by.
page[size]integer
Example:25
Number of items per page.
filter[application_id]string
Example:aaaaaaaa-1111-2222-3333-bbbbbbbbbbbb
Filter by application ID.
Response
OK
Example response
{
"data": [
{
"attributes": {
"last_watched_at": "2026-01-13T17:15:53.208340Z"
},
"type": "rum_replay_session"
}
]
}