cURL
curl --request GET \
  --url https://api.simplex.sh/retrieve_session_replay/{session_id} \
  --header 'X-API-Key: <api-key>'
{
  "recording_data": "<string>"
}
This is an mp4 recording. We return a streaming file response.

Authorizations

X-API-Key
string
header
required

Simplex API Key

Path Parameters

session_id
string<uuid>
required

The ID of the session to retrieve the recording for

Response

200
application/json

Session recording data

The response is of type object.