Skip to main content
TestFetch recorded video of a test id.
TestMu AI
StatusCommunityBlog
Test

Fetch recorded video of a test id.

To fetch video of a recorded test.

GET
/test/{test_id}/video
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

Authorizationstringheaderrequired

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

test_idstringrequired

Test ID

Query Parameters

video_generated_statusboolean

Video generated status

Response

application/json

successful operation

messagestring
statusstring
urlstring
view_video_urlstring
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>"
}