{"type":"model","meta":{"id":"/apps/pubhub/media/000-v7-apis/5b3454a4300b838cc17f7b2cdc0690fdd15058d5/85928a65-da17-3012-a6df-bb224dd8278a","info":{"description":"Retrieve results for scheduled and dynamic tests on endpoint agents.","title":"Endpoint Test Results API","version":"7.0.34"},"security":[{"BearerAuth":[]}],"tags":[{"name":"Network Endpoint Scheduled Test Results"},{"name":"HTTP Server Endpoint Scheduled Test Results"},{"name":"Network Dynamic Endpoint Test Results"},{"name":"Real User Endpoint Test Results"},{"name":"Local Network Endpoint Test Results"}],"openapi":"3.0.1","servers":[{"description":"ThousandEyes API production URL","url":"https://api.thousandeyes.com/v7"}],"securitySchemes":{"BearerAuth":{"description":"Bearer authentication token","scheme":"bearer","type":"http"}}},"spec":{"properties":{"pageId":{"description":"Web page ID. The page ID is unique only within an endpoint real user test.","example":"C31gBrYJ","readOnly":true,"type":"string"},"pageTitle":{"description":"Web page title.","example":"Network Performance Resources | ThousandEyes","readOnly":true,"type":"string"},"pageUrl":{"description":"Web page url","example":"https://app.thousandeyes.com/settings/integrations","readOnly":true,"type":"string"},"loadDate":{"description":"UTC date when page load started (ISO date-time format).","example":"2022-07-17T22:00:54Z","format":"date-time","readOnly":true,"type":"string"},"responseCode":{"description":"HTTP response code.","example":200,"readOnly":true,"type":"integer"},"pageTimings":{"properties":{"onContentLoad":{"description":"DOM load time in milliseconds.","example":1483,"readOnly":true,"type":"integer"},"onLoad":{"description":"Page load time in milliseconds.","example":4569,"readOnly":true,"type":"integer"}},"type":"object","$$ref":"#/components/schemas/RealUserEndpointTestPageTimings"}},"type":"object","$$ref":"#/components/schemas/RealUserEndpointTestPage","title":"RealUserEndpointTestPage"}}