For AI agents and LLMs: a machine-readable index is available at llms.txt. A plain-Markdown version of any documentation page is available by appending .md to its URL.
Skip to main content
Get Zipped ScreenshotsFetch Zipped Screenshots
TestMu AI
StatusCommunityBlog
Get Zipped Screenshots

Fetch Zipped Screenshots

Fetch Zipped Screenshots

GET
/{test_id}/zip
Fetch Zipped Screenshots
curl --request GET \
--url "https://api.lambdatest.com/screenshots/v1/{test_id}/zip" \
--header "Authorization: Basic <encoded-value>"
{
"url": "https://s3-screenshots.s3.amazonaws.com/screenshots/TES1009632231568637527345629.zip"
}

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 that Zipped Screenshots you want to fetch

Response

application/json

successful operation

urlstring
Fetch Zipped Screenshots
curl --request GET \
--url "https://api.lambdatest.com/screenshots/v1/{test_id}/zip" \
--header "Authorization: Basic <encoded-value>"
{
"url": "https://s3-screenshots.s3.amazonaws.com/screenshots/TES1009632231568637527345629.zip"
}