{"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":{"agentId":{"description":"Unique ID of endpoint agent, from `/endpoint/agents` endpoint.","example":"861b7557-cd57-4bbb-b648-00bddf88ef49","format":"uuid","readOnly":true,"type":"string","$$ref":"#/components/schemas/EndpointAgentId"},"committed":{"description":"UTC date when endpoint real user test was committed to the controller (ISO date-time format).","example":"2022-07-17T22:00:54Z","format":"date-time","readOnly":true,"type":"string"},"date":{"description":"UTC date when endpoint real user test took place (ISO date-time format).","example":"2022-07-17T22:00:54Z","format":"date-time","readOnly":true,"type":"string"},"experienceScore":{"description":"Score rating a user’s experience when loading a particular page, from 0 (the worst) to 1 (the best). [More details](https://docs.thousandeyes.com/product-documentation/end-user-monitoring/viewing-data/endpoint-agent-views-reference#user-experience-score).","example":0.5,"format":"double","maximum":1,"minimum":0,"readOnly":true,"type":"number"},"numberOfPages":{"description":"Number of web pages visited on target website.","example":2,"readOnly":true,"type":"integer"},"organizationName":{"description":"Name of the AS organization `sourceAddress` belongs to.","example":"T-2 Access Network","readOnly":true,"type":"string"},"port":{"description":"Port used to visit target website.","example":443,"readOnly":true,"type":"integer"},"protocol":{"description":"Protocol used to visit target website.","example":"https","readOnly":true,"type":"string"},"roundId":{"description":"Epoch time (seconds) indicating the start time of the round.","example":1384309800,"readOnly":true,"type":"integer","$$ref":"#/components/schemas/RoundId"},"sourceAddress":{"description":"Public IP address of the endpoint agent during the session.","example":"84.255.241.1","readOnly":true,"type":"string"},"id":{"description":"Endpoint real user test ID. Each endpoint real user test occurrence has a unique ID.","example":"07625:1490529480:aVDViw0i","readOnly":true,"type":"string"},"visitedSite":{"description":"Domain used to visit target website.","example":"www.thousandeyes.com","readOnly":true,"type":"string"},"pageId":{"description":"Web page ID. The page ID is unique only within an endpoint real user test.","example":"C31gBrYJ","readOnly":true,"type":"string","$$ref":"#/components/schemas/EndpointPageId"}},"type":"object","$$ref":"#/components/schemas/RealUserEndpointTest","title":"RealUserEndpointTest"}}