Skip to main content
GET
/
api
/
org
/
projects
/
{shortcode}
/
findings
Get Issues
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>"
}

Authorizations

X-API-Token
string
header
required

API key for authentication

Path Parameters

shortcode
string
required

Project shortcode identifier

Response

Successful response with list of issues

issues
object[]
count
integer

Total number of issues

Example:

33

ommitedByLimit
integer

Number of issues omitted due to limit

Example:

0

sorting
string | null

Current sorting applied