Skip to content

Get recording events

GET
/recordings/{recordingId}/events

Get recording events corresponding to one recordingId from rrweb cloud.

Authorizations

Private API Key

Bearer token for authentication. Use your private API key as the token.

TypeHTTP (bearer)
Example"Bearer ak_1Q6AX5B5218353Q1AQNF2129YH5VAH02"
or
Signature|Expires|KeyId
Signature

Signature for authentication. Use your presigned URL as the query parameters.

TypeAPI Key (query: signature)
+
Expires

Expiration timestamp (UNIX seconds)

TypeAPI Key (query: expires)
+
KeyId

Signing key identifier

TypeAPI Key (query: keyId)

Parameters

Path Parameters

recordingId*

The recording ID

Typestring
Required
Example"000e8400-e00b-00d0-a716-446655440000"
Format"uuid"

Responses

Successfully retrieved recording events

application/json
JSON
[
{
"type": 3,
"timestamp": 1234567890,
"data": {
"additionalProperties": "string"
},
"sequenceId": 1,
"recordingId": "550e8400-e29b-41d4-a716-446655440000"
}
]

Playground

Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI