Get replay events
GET
/replays/{groupingProp}/{replayValue}/events
Retrieve only the replayable event stream for a replay group.
Authorizations
Private API Key
Private API Key
Bearer token for authentication. Use your private API key as the token.
or
Presigned URL
Presigned URL
Use a presigned URL generated by the List Replays endpoint with includeSignedUrls=true. Time-constrained and scoped to a single recording, so it can be exposed publicly in your replayer.
Show parameters: TenantId, KeyId, Expires, Signature
TenantId
Your tenant (organisation) identifier. Included automatically in presigned URLs generated by the listing endpoints.
KeyId
The name/label of the signing key configured in your rrweb Cloud account. e.g. "key-2024-12"
Expires
Expiration timestamp (UNIX seconds)
Signature
SHA256 over the constructed string "GET /recordings/{recordingId} {tenantId} {expires}". Please get in contact if you need to calculate this manually.
Parameters
Path Parameters
groupingProp*
The metadata key used to group recordings into replays
Type
Requiredstring
Example
"sessionId"Min Length
1Max Length
100replayValue*
The metadata value identifying this replay group
Type
Requiredstring
Example
"sess-123"Min Length
1Max Length
500Responses
Successfully retrieved replay events
application/json
JSON { "type": 4, "timestamp": 1234567890, "data": { "additionalProperties": "string" }, "originalTimestamp": 0 }
[
]