Session›To fetch all step by step screenshots
Session
To fetch all step by step screenshots
To fetch all the step by step screenshots in zip format.
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/jsonsuccessful operation
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>"
}