Get Container Scan Vulnerabilities
Returns the vulnerability findings of a container scan — the list displayed in the CodeAnt UI — including CVE id, affected package, installed/fixed versions, severity, EPSS enrichment, and public-exploit references. While the scan is still running the response carries its status without findings.
Authorizations
CodeAnt API token (cdt_...), created on the Settings → API Tokens page. Pass via Authorization: Bearer <token> header.
Body
Git platform of the organization
github, gitlab, bitbucket, azure_devops Organization / workspace slug
Scan identifier from the containers list
"aB3xK9mP2q"
Self-hosted instance URL (also gitlab_base_url / bitbucket_base_url / azure_devops_base_url). Defaults to the cloud host.
"https://github.com"
Cloud the scan ran against (from the containers list)
aws, azure, gcp