Skip to main content

Viewing Pipeline Scan Details with the REST API

Use this command to obtain scan details for a Pipeline Scan:

http --auth-type=veracode_hmac GET "https://api.veracode.com/pipeline_scan/v1/scans/{scan_id}"

Obtain the scan_id from the response of the POST to the /scans endpoint as described in Configuring a Pipeline Scan with the REST API.

This command checks the status of a running scan. Retrieve available results if the scan_status value is "SUCCESS".