Skip to main content
SessionTo fetch all step by step screenshots
TestMu AI
StatusCommunityBlog
Session

To fetch all step by step screenshots

To fetch all the step by step screenshots in zip format.

GET
/sessions/{session_id}/screenshots
To fetch all step by step screenshots
curl --request GET \
--url "https://api.lambdatest.com/automation/api/v1/sessions/{session_id}/screenshots" \
--header "Authorization: Basic <encoded-value>"
{
"message": "Retrieve screenshot url was successful",
"status": "success",
"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
To fetch all step by step screenshots
curl --request GET \
--url "https://api.lambdatest.com/automation/api/v1/sessions/{session_id}/screenshots" \
--header "Authorization: Basic <encoded-value>"
{
"message": "Retrieve screenshot url was successful",
"status": "success",
"url": "<string>"
}