CentralCSP
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.

GET
/v1/workspaces/{workspaceId}/scans/{scanId}/result

Authorization

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"
{}