Session replays
Get a session replay recording
GET
/api/websites/{websiteId}/replays/{replayId}Returns the merged recording events, session details, and event and chunk counts for a replay, with optional stopping points by timestamp, chunk, or event index.
Headers
| Name | Type | Description |
|---|---|---|
| Authorizationrequired | string | Authentication credentials, e.g. Bearer <token>. |
Path parameters
| Name | Type | Description |
|---|---|---|
| websiteIdrequired | string | ID of the website. |
| replayIdrequired | string | ID of the session replay. |
Responses
200The operation completed successfully.
| Name | Type | Description |
|---|---|---|
| chunkCountrequired | number | Number of stored recording chunks. |
| endedAtrequired | string | Date and time the recording ended. |
| eventCountrequired | number | Number of recorded replay events. |
| eventsrequired | any[] | |
| sessionIdrequired | string | ID of the visitor session. |
| startedAtrequired | string | Date and time the recording started. |
200 example
401Unauthorized.
| Name | Type | Description |
|---|---|---|
| errorrequired | object | Error details returned when the operation fails. |
401 example
Code samples
cURL