Skip to main content
POST
Get Container Scan Vulnerabilities

Authorizations

Authorization
string
header
required

CodeAnt API token (cdt_...), created on the Settings → API Tokens page. Pass via Authorization: Bearer <token> header.

Body

application/json
platform
enum<string>
required

Git platform of the organization

Available options:
github,
gitlab,
bitbucket,
azure_devops
org
string
required

Organization / workspace slug

scan_id
string
required

Scan identifier from the containers list

Example:

"aB3xK9mP2q"

github_base_url
string

Self-hosted instance URL (also gitlab_base_url / bitbucket_base_url / azure_devops_base_url). Defaults to the cloud host.

Example:

"https://github.com"

cloud
enum<string>
default:aws

Cloud the scan ran against (from the containers list)

Available options:
aws,
azure,
gcp

Response

Scan results retrieved successfully

scan_id
string
status
string
Example:

"completed"

created_at
string<date-time>
completed_at
string<date-time>
repositories
object[]

Per-repository scan summaries with severity rollups

findings
object[]