v1

latestOpenAPI 3.0.02026-07-1452210.8 KB
TestLocally

Get a single test details

get/api/v0/tests/{id}

Path parameters

idstring required

Response

Success

idstring
createdinteger

unix timestamp

serversstring
targetstring
browser'chromium' | 'chrome' | 'firefox' | 'msedge' | 'webkit'
bucketIdstring
headersobject
ipstring
ownerIdstring
teamIdstring
ownerEmailstring
skipCompressionboolean
scheduleIdstring
clicksstring[]

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"
    }
  ]
}