Skip to main content

Get Pipeline Scan details with the REST API

Send the following request 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 Configure a Pipeline Scan with the REST API.

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