Skip to main content
GET
/
api
/
v1
/
issues
/
stats
Get issue statistics
curl --request GET \
  --url https://neo.api.projectdiscovery.io/api/v1/issues/stats
{
  "by_priority": [
    {
      "count": 123,
      "label": "<string>"
    }
  ],
  "by_severity": [
    {
      "count": 123,
      "label": "<string>"
    }
  ],
  "by_source": [
    {
      "count": 123,
      "label": "<string>"
    }
  ],
  "by_status": [
    {
      "count": 123,
      "label": "<string>"
    }
  ],
  "by_type": [
    {
      "count": 123,
      "label": "<string>"
    }
  ],
  "total": 123,
  "by_target_type": [
    {
      "count": 123,
      "label": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.neo.projectdiscovery.io/llms.txt

Use this file to discover all available pages before exploring further.

Query Parameters

project_id
string<uuid>

Scope statistics to a specific project

task_id
string

Scope statistics to a specific task

Response

Issue statistics

by_priority
object[]
required
by_severity
object[]
required
by_source
object[]
required
by_status
object[]
required
by_type
object[]
required
total
integer
required
by_target_type
object[]