{ "request": { "method": "GET", "url": "https://api.us1.sysdig.com/api/scanning/v1/resultsDirect?limit=10", "headers": { "Authorization": "Bearer {SYSDIG_API_TOKEN}", "Content-Type": "application/json" } }, "response": { "status": 200, "body": { "data": [ { "imageId": "sha256:abc123def456", "imageName": "nginx", "imageTag": "nginx:1.21.0", "analysisStatus": "analyzed", "vulnCount": 45, "criticalCount": 2, "highCount": 8, "mediumCount": 20, "lowCount": 15, "createdAt": "2026-05-01T12:00:00Z" }, { "imageId": "sha256:def456abc789", "imageName": "redis", "imageTag": "redis:6.2.6", "analysisStatus": "analyzed", "vulnCount": 12, "criticalCount": 0, "highCount": 3, "mediumCount": 7, "lowCount": 2, "createdAt": "2026-05-02T09:30:00Z" } ], "page": { "returned": 2, "next": "cursor_token_abc123" } } } }