Downloading Scan Results using the FPR API
Traceable provides the FPR API to download Fortify Project Results (FPR) files generated from your AST scans. You can extract these files to access detailed information on the detected issues, enabling you to analyze further and integrate with your security workflows.
The following sections highlight the API details and the parameters you can use to download the scan results.
API Details
URI —
https://api.traceable.ai/rest/v1/download/fortify/fprMethod —
GET
Parameters
suiteId (required) — The Scan ID (previously Suite ID) of the scan that contains the scan run number.
runNumber (optional) — The specific run number for which you wish to download the FPR.
Authorization Header
Header Key —
AuthorizationHeader Value —
<traceable-api-key>. For more information on generating the API key, see Public APIs.
Output
The API downloads the results in a file having the following format: <scanName>_<runNumber>.fpr. Unzipping this file extracts the webinspect.xml file containing the issue details.
Sample Requests
The following are sample requests you can use to download the scan results:
Last updated
Was this helpful?