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
Query Parameters
Headers
Example Request
Response
Scan States
The status is found in thelatestScanState.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.