cURL
curl --request POST \ --url https://api.kaizenautomation.com/browsers/getSessionRecording \ --header 'Content-Type: application/json' \ --data ' { "id": "<string>" } '
{ "recording": { "type": "<string>", "videoUrl": "<string>" } }
Retrieves the recording data for a specific browser session
ID of the browser session to retrieve recording for
Recording retrieved successfully
Session recording data - either video or RRWeb format, or null if no recording is available
Show child attributes