Get Scan Report
Retrieve a scan report in HTML, SARIF, Markdown, or PDF format. PDF reports are available after a scan completes, including scans with no findings. format=pdf accepts only urgency and classification filters; other filters return 400. Reports with more than 500 findings are generated asynchronously and return 202 with a poll_url that includes a job parameter. Poll the same endpoint with format=pdf and job until the PDF is ready.
Authorizations
API key for authentication
Path Parameters
The ID of the scan
Query Parameters
Report format (html, sarif, markdown, or pdf)
sarif, html, markdown, pdf View type for HTML reports
Repeatable urgency filter. PDF reports accept CR, HI, ME, and LO.
CR, HI, ME, LO Repeatable finding classification filter for PDF reports. Matching is case-insensitive and accepts prefixes such as CWE-79.
PDF export job ID returned in a 202 response. Poll the same endpoint with format=pdf and this job value until the report is ready.
Response
Report retrieved successfully
SARIF report when format=sarif
