Get a list of findings for a specified project scan UUID.
This endpoint supports paging using cursor and limit parameters described in Parameters section below.
Security
bearer-key
GET
curl -i -X GET \
'https://baseUrl/api/v3.0/projects/{projectUuid}/scans/{scanUuid}/code/findings?limit=0&cursor=string' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Response
{ "additionalData": { "cursor": 1, "next": "https://domain.com/api/v3.0/resources?cursor=1" }, "response": [ { … } ], "supportToken": "string" }