curl --request GET \
  --url https://api.simplex.sh/retrieve-session-recording/{session_id} \
  --header 'X-API-Key: <api-key>'
{
  "recording_data": "<string>"
}

This is an rrweb recording JSON. You can use the rrweb library to replay the recording.

Authorizations

X-API-Key
string
header
required

Simplex API Key to authenticate requests. We provision API keys after a quick meeting with us. You can book that meeting here.

Path Parameters

session_id
string
required

The ID of the session to retrieve the recording for

Response

200
application/json
Session recording data
recording_data
string

A JSON file recording data for the session. This is an rrweb recording JSON file.

Was this page helpful?