v1
latestOpenAPI 3.0.02026-07-1452210.8 KBTestLocally
Lists recent tests matching criteria
get/api/v0/tests
Query parameters
startstring
start time specification
endstring
end time specification
owners[]string[]
a list of user ids
locations[]string[]
list of locations
targetstring
scheduledstring
values 'yes', 'no', or a specific schedule id
browserstring
viewportstring
pageinteger
limitinteger
Response
List of tests matching criteria
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"
}
]
}
]