v1

latestOpenAPI 3.0.12026-08-06151265417.9 KB
Findings - Scan

Get a list of project scan findings (Code - SAST)

Get a list of findings for a specified project scan UUID. </br> This endpoint supports paging using <em>cursor</em> and <em>limit</em> parameters described in <i>Parameters</i> section below.

get/api/v3.0/projects/{projectUuid}/scans/{scanUuid}/code/findings

Path parameters

projectUuidstring required

UUID of the project

scanUuidstring required

UUID of the project scan for which to get findings

Query parameters

limitinteger

Specifies the maximum number of items to be returned in the response.

cursorstring

Parameter indicates the starting point for retrieving results, the first call doesn't include a cursor parameter in the request, the API response includes the first set of results along with a cursor pointing to the last item retrieved.

Response

OK

supportTokenstring

Example response

{
  "additionalData": {
    "cursor": 1,
    "next": "https://domain.com/api/v3.0/resources?cursor=1"
  }
}