APIScans
Get a saved scan's findings
Returns the scan's findings in the view of the tool it was started from, as produced by the scanner. While the scan runs it reports its progress instead.
Requires membership of the workspace.
AuthorizationBearer <token>
An OpenID Connect access token issued by Keycloak, acting as the signed-in user.
In: header
Path Parameters
workspaceId*string
scanId*string
Query Parameters
lang?string
Language for the text in the result.
Default
"en"Value in
- "en"
- "fr"
Response Body
application/json
curl -X GET "https://example.com/v1/workspaces/string/scans/string/result"{}Get a saved scan GET
Returns one of your saved scans: where it stands, and once it finishes its scores and how many findings it produced at each severity.
Export a saved scan as PDF POST
Renders one of your saved scans as a PDF report you can share. The report covers the same view of the scan as the tool it was run with.