Get findings from a Pipeline Scan with the REST API
Send the following request to obtain findings from a Pipeline Scan:
http --auth-type=veracode_hmac GET "https://api.veracode.com/pipeline_scan/v1/scans/{scan_id}/findings"
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.