Skip to main content
SessionFetch recorded video of a test session id. (Server 2)
TestMu AI
StatusCommunityBlog
Session

Fetch recorded video of a test session id. (Server 2)

To fetch video of a recorded test session.

GET
/sessions/{session_id}/video
Fetch recorded video of a test session id. (Server 2)
curl --request GET \
--url "https://manual-api.lambdatest.com/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

Response

application/json

successful operation

messagestring
statusstring
urlstring
view_video_urlstring
Fetch recorded video of a test session id. (Server 2)
curl --request GET \
--url "https://manual-api.lambdatest.com/sessions/{session_id}/video" \
--header "Authorization: Basic <encoded-value>"
{
"message": "Retrieve video url was successful",
"status": "success",
"url": "<string>",
"view_video_url": "<string>"
}