GET
/
v1
/
scans
/
results
/
filters
curl --request GET \
  --url https://api.projectdiscovery.io/v1/scans/results/filters \
  --header 'X-API-Key: <api-key>'
{
  "message": "<string>",
  "data": [
    {
      "value": "<string>",
      "count": 123
    }
  ],
  "new_matched": 123
}

Authorizations

X-API-Key
string
header
required

Query Parameters

offset
integer

The number of items to skip before starting to collect the result set

limit
integer

The numbers of items to return

scan_id
string

specific scan_id results filters

severity
string

comma separated severity e.g. severities=info,high

templates
string

comma separated templates e.g. templates=tech-detect,azure-takeover

hosts
string

comma separated host e.g. hosts=https://example.com,https://x.com

search term

type
string
required

type of filter

time
string

filter by time ( last_day, last_week, last_month )

vuln_status
string

comma separated vuln_status e.g vuln_status=open,fixed

Response

200
application/json
Example response
message
string
required
data
object[]
required
new_matched
integer
required