v1
latestOpenAPI 3.0.02026-07-1452210.8 KBTestLocally
Get a single test details
get/api/v0/tests/{id}
Path parameters
idstring required
Response
Success
Example response
{
"created": 1738165582,
"locations": [
{
"server": "toronto",
"title": "Toronto",
"city": "Toronto",
"country": "ca",
"latitude": 43.6481,
"longitude": -79.4042
}
],
"target": "https://example.org",
"browser": "chromium",
"viewport": {
"size": "1280x720"
},
"headers": {
"X-Requested-With": "XMLHttpRequest"
},
"screenshots": [
{
"server": "toronto",
"locale": "es_ES",
"position": {
"latitude": 43.6481,
"longitude": -79.4042
},
"targetIp": "127.0.0.1"
}
]
}