cURL
curl --request GET \ --url https://api.simplex.sh/retrieve_session_replay/{session_id} \ --header 'X-API-Key: <api-key>'
{ "recording_data": "<string>" }
Retrieves the replay recording data for a completed session.
Simplex API Key
The ID of the session to retrieve the recording for
Session recording data
The response is of type object.
object
Was this page helpful?