Test › Fetch recorded video of a test id.
Test
Fetch recorded video of a test id. To fetch video of a recorded test.
Fetch recorded video of a test id. curl -- request GET \
-- url "https://api.lambdatest.com/automation/api/v1/test/{test_id}/video" \
-- header "Authorization: Basic <encoded-value>"
{
"message" : "Retrieve video url was successful" ,
"status" : "success" ,
"url" : "<string>" ,
"view_video_url" : "<string>"
}
Authorizations Authorization string header required
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Path Parameters test_id string required
Test ID
Query Parameters video_generated_status boolean
Video generated status
Response 200▼
application/json successful operation
Fetch recorded video of a test id. curl -- request GET \
-- url "https://api.lambdatest.com/automation/api/v1/test/{test_id}/video" \
-- header "Authorization: Basic <encoded-value>"
{
"message" : "Retrieve video url was successful" ,
"status" : "success" ,
"url" : "<string>" ,
"view_video_url" : "<string>"
}