cURL
curl --request GET \ --url https://{host}/api/org/projects/{shortcode}/findings \ --header 'X-API-Token: <api-key>'
{ "issues": [ { "ref": "1", "shortcode": "DVPT-ABC-EXAMPLE-1", "title": "Cross-Site Scripting (XSS) Vulnerability", "severity": "high", "severityNum": 4, "creator": { "displayName": "john-doe", "firstName": "John", "lastName": "Doe", "fullName": "John Doe", "profileImgUuid": "a1b2c3d4e5f6g7h8i9j0" }, "status": { "ID": "3", "name": "Open", "showReportDetails": "1", "description": "Issue has been reviewed and details are available to the client.", "canMoveToId": "4" }, "updatedRaw": "1753081254", "updated": "July 21, 2025 05:00 PM", "createdRaw": "1738120632", "created": "January 29, 2025 02:17 PM", "commentCount": 2 } ], "count": 33, "ommitedByLimit": 0, "sorting": "<string>" }
Retrieve all issues/findings for a specific project
API key for authentication
Project shortcode identifier
Successful response with list of issues
Show child attributes
Total number of issues
33
Number of issues omitted due to limit
0
Current sorting applied