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
Recording retrieved successfully
The response is of type object.
object