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

NameTypeDescription
AuthorizationrequiredstringAuthentication credentials, e.g. Bearer <token>.

Path parameters

NameTypeDescription
websiteIdrequiredstringID of the website.
replayIdrequiredstringID of the session replay.

Responses

200The operation completed successfully.
NameTypeDescription
chunkCountrequirednumberNumber of stored recording chunks.
endedAtrequiredstringDate and time the recording ended.
eventCountrequirednumberNumber of recorded replay events.
eventsrequiredany[]
sessionIdrequiredstringID of the visitor session.
startedAtrequiredstringDate and time the recording started.
200 example
401Unauthorized.
NameTypeDescription
errorrequiredobjectError details returned when the operation fails.
401 example

Code samples

cURL