v1

latestOpenAPI 3.0.12026-08-06151265417.9 KB
Findings - Project

Get a list of project findings (Code - SAST)

Get a list of findings for a specified project 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}/code/findings

Path parameters

projectUuidstring required

UUID of the project

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