Skip to content
API ReferenceEndpoints

Scans

List Scans

GET /api/scans

Returns a paginated list of scans for your organization.

Create Scan

POST /api/scans

Trigger a new scan for a specific image. Required fields: imageId or image (reference string).

Get Scan

GET /api/scans/:scanId

Returns scan details including findings, packages, layers, and compliance grade.

Get Scan Status

GET /api/scans/:scanId/status

Returns the current scan status (PENDING, IN_PROGRESS, COMPLETED, FAILED).

Delete Scan

DELETE /api/scans/:scanId

Deletes a scan and its associated findings.

On this page