Results
Get Results
Get scans results of a user
GET
/
v1
/
scans
/
results
curl --request GET \
--url https://api.projectdiscovery.io/v1/scans/results \
--header 'X-API-Key: <api-key>'
{
"message": "<string>",
"results": [
{
"scan_id": "<string>",
"target": "<string>",
"template_encoded": "<string>",
"template_url": "<string>",
"template_path": "<string>",
"template_id": "<string>",
"vuln_id": "<string>",
"matcher_status": true,
"created_at": "<string>",
"updated_at": "<string>",
"event": [
{
"info": {
"name": "<string>",
"author": [
[
"<any>"
]
],
"tags": [
"<string>"
],
"severity": "<string>",
"reference": [
"<string>"
],
"description": "<string>",
"remediation": "<string>",
"metadata": {
"vendor": "<string>",
"product": "<string>",
"framework": "<string>",
"shodan-query": "<string>",
"censys-query": "<string>",
"publicwww-query": "<string>",
"google-query": "<string>",
"verified": true,
"max-request": 123,
"total-request": 123
},
"classification": {
"cpe": "<string>",
"cve-id": [
"<string>"
],
"cwe-id": [
"<string>"
],
"cvss-score": 123,
"epss-score": 123,
"cvss-metrics": "<string>",
"epss-percentile": 123
}
},
"ip": "<string>",
"host": "<string>",
"type": "<string>",
"request": "<string>",
"response": "<string>",
"timestamp": "<string>",
"matched-at": "<string>",
"template-id": "<string>",
"matcher-status": true,
"curl-command": "<string>",
"extracted-results": "<string>",
"template-url": "<string>",
"template-path": "<string>",
"matcher-name": "<string>",
"extractor-name": "<string>",
"path": "<string>",
"matched-line": [
123
]
}
],
"result_type": "<string>"
}
],
"stats": {
"total": 123
},
"filters": {}
}
Authorizations
Query Parameters
number of results to skip
number of results to get
string separated by comma e.g. info,high
search term
comma separated host e.g. hosts=https://example.com,https://x.com
comma separated templates e.g. templates=tech-detect,azure-takeover
filter by time ( last_day, last_week, last_month )
Response
200
application/json
Example response
Was this page helpful?
curl --request GET \
--url https://api.projectdiscovery.io/v1/scans/results \
--header 'X-API-Key: <api-key>'
{
"message": "<string>",
"results": [
{
"scan_id": "<string>",
"target": "<string>",
"template_encoded": "<string>",
"template_url": "<string>",
"template_path": "<string>",
"template_id": "<string>",
"vuln_id": "<string>",
"matcher_status": true,
"created_at": "<string>",
"updated_at": "<string>",
"event": [
{
"info": {
"name": "<string>",
"author": [
[
"<any>"
]
],
"tags": [
"<string>"
],
"severity": "<string>",
"reference": [
"<string>"
],
"description": "<string>",
"remediation": "<string>",
"metadata": {
"vendor": "<string>",
"product": "<string>",
"framework": "<string>",
"shodan-query": "<string>",
"censys-query": "<string>",
"publicwww-query": "<string>",
"google-query": "<string>",
"verified": true,
"max-request": 123,
"total-request": 123
},
"classification": {
"cpe": "<string>",
"cve-id": [
"<string>"
],
"cwe-id": [
"<string>"
],
"cvss-score": 123,
"epss-score": 123,
"cvss-metrics": "<string>",
"epss-percentile": 123
}
},
"ip": "<string>",
"host": "<string>",
"type": "<string>",
"request": "<string>",
"response": "<string>",
"timestamp": "<string>",
"matched-at": "<string>",
"template-id": "<string>",
"matcher-status": true,
"curl-command": "<string>",
"extracted-results": "<string>",
"template-url": "<string>",
"template-path": "<string>",
"matcher-name": "<string>",
"extractor-name": "<string>",
"path": "<string>",
"matched-line": [
123
]
}
],
"result_type": "<string>"
}
],
"stats": {
"total": 123
},
"filters": {}
}