Skip to main content
Monitor the progress of security scans after uploading a binary image. Use this endpoint to check when analysis is complete.

When to Use This Endpoint

After uploading a binary image, use this endpoint to:
  • Check if the security scan is still in progress
  • Determine when analysis has completed
  • Get the scan ID for retrieving detailed results

Request

Endpoint - List All Scans for an Image
Endpoint - Get a Specific Scan
Path Parameters Query Parameters Headers

Example Request

Response

Scan States

The status is found in the latestScanState.type field:

Polling for Completion

To wait for a scan to complete, poll the endpoint periodically:

Scan Duration

Scan duration depends on the binary image size, complexity and content:
Tip: For large images, consider setting up webhook notifications instead of polling.