cURL
curl --request GET \ --url https://api-eu.cybedefend.com/project/{projectId}/results/container/images
{ "projectName": "<string>", "images": [ { "id": "<string>", "projectId": "<string>", "artifactName": "<string>", "osFamily": "<string>", "osName": "<string>", "createdAt": "<string>", "updatedAt": "<string>", "vulnCounts": { "critical": 123, "high": 123, "medium": 123, "low": 123, "unknown": 123 } } ], "totalImages": 123, "totalPages": 123, "currentPage": 123, "pageSize": 123 }
Retrieves all scanned container images associated with a project
Project identifier
Page number (starts from 1)
x >= 1
1
Number of items per page
1 <= x <= 100
20
Branch name to filter container images
"main"
Container images retrieved successfully
Show child attributes
Total number of images in the project
Total number of pages
Current page number