POST
/
browsers
/
getSessionRecording
Get browser session recording
curl --request POST \
  --url https://api.kaizenautomation.com/browsers/getSessionRecording \
  --header 'Content-Type: application/json' \
  --data '{
  "id": "<string>"
}'
{
  "recording": {
    "type": "<string>",
    "videoUrl": "<string>"
  }
}

Body

application/json
id
string
required

ID of the browser session to retrieve recording for

Response

Recording retrieved successfully

recording
object | null
required

Session recording data - either video or RRWeb format, or null if no recording is available