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

Response

200
application/json

Recording retrieved successfully

The response is of type object.