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": "<string>"
    }
  ]
}

Authorizations

X-API-Key
string
header
required

Query Parameters

offset
string
required

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

limit
integer
required

(Required) 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 )

Response

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