Get Screenshots › Fetch specified screenshot details.
Get Screenshots
Fetch specified screenshot details. To fetch specified screenshot details.
Fetch specified screenshot details. curl -- request GET \
-- url "https://api.lambdatest.com/screenshots/v1/{test_id}" \
-- header "Authorization: Basic <encoded-value>"
{
"test_id" : "TES100968331562237283314836" ,
"defer_time" : 5 ,
"test_status" : "completed" ,
"url" : "https://www.lambdatest.com" ,
"callback_url" : "https://www.example.com" ,
"screenshots" : [
{
"os" : "windows 10" ,
"browser" : "chrome" ,
"browser_version" : "76" ,
"status" : "completed" ,
"screenshot_url" : "https://s3.amazonaws.com/s3-screenshots/prod/ACT100968331562237283340194/screenshot/win-cr-76.0.png" ,
"thumbnail_url" : "https://s3.amazonaws.com/s3-screenshots/prod/ACT100968331562237283340194/screenshot/win-cr-76.0.png" ,
"activity_id" : "ACT100968331562237283340194" ,
"resolution" : "1024x768"
}
]
}
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 test_id string required
Test ID that details you want to fetch
Response 200▼
application/json successful operation
test_id string
Example: "TES100968331562237283314836"
defer_time number
Example: 5
test_status string
Example: "completed"
url string
Example: "https://www.lambdatest.com"
callback_url string
Example: "https://www.example.com"
screenshots object[]
▶ Hide child attributesscreenshots. os string
Example: "windows 10"
screenshots. browser string
Example: "chrome"
screenshots. browser_version string
Example: "76"
screenshots. status string
Example: "completed"
screenshots. screenshot_url string
Example: "https://s3.amazonaws.com/s3-screenshots/prod/ACT100968331562237283340194/screenshot/win-cr-76.0.png"
screenshots. thumbnail_url string
Example: "https://s3.amazonaws.com/s3-screenshots/prod/ACT100968331562237283340194/screenshot/win-cr-76.0.png"
screenshots. activity_id string
Example: "ACT100968331562237283340194"
screenshots. resolution string
Example: "1024x768"
Fetch specified screenshot details. curl -- request GET \
-- url "https://api.lambdatest.com/screenshots/v1/{test_id}" \
-- header "Authorization: Basic <encoded-value>"
{
"test_id" : "TES100968331562237283314836" ,
"defer_time" : 5 ,
"test_status" : "completed" ,
"url" : "https://www.lambdatest.com" ,
"callback_url" : "https://www.example.com" ,
"screenshots" : [
{
"os" : "windows 10" ,
"browser" : "chrome" ,
"browser_version" : "76" ,
"status" : "completed" ,
"screenshot_url" : "https://s3.amazonaws.com/s3-screenshots/prod/ACT100968331562237283340194/screenshot/win-cr-76.0.png" ,
"thumbnail_url" : "https://s3.amazonaws.com/s3-screenshots/prod/ACT100968331562237283340194/screenshot/win-cr-76.0.png" ,
"activity_id" : "ACT100968331562237283340194" ,
"resolution" : "1024x768"
}
]
}