Session›Fetch recorded video of a test session id.
Session
Fetch recorded video of a test session id.
To fetch video of a recorded test session.
Fetch recorded video of a test session id. curl --request GET \
--url "https://api.lambdatest.com/automation/api/v1/sessions/{session_id}/video" \
--header "Authorization: Basic <encoded-value>"
{
"message": "Retrieve video url was successful",
"status": "success",
"url": "<string>",
"view_video_url": "<string>"
}
Authorizations
Authorizationstringheaderrequired
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Path Parameters
session_idstringrequired
Session ID
Query Parameters
video_generated_statusboolean
Video generated status
Response
application/jsonsuccessful operation
Fetch recorded video of a test session id. curl --request GET \
--url "https://api.lambdatest.com/automation/api/v1/sessions/{session_id}/video" \
--header "Authorization: Basic <encoded-value>"
{
"message": "Retrieve video url was successful",
"status": "success",
"url": "<string>",
"view_video_url": "<string>"
}