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 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 session_id string required
Session ID
Response 200▼
application/json successful 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>"
}