Get all tests associated with a finding.
cURL
curl --request GET \ --url https://app.pentest-tools.com/api/v2/findings/{id}/tests \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": 1, "uid": "NETSCAN-SNIPER-TESTED-MODULES", "description": "Scanned for vulnerabilities using Sniper modules", "resource_type": "finding", "resource_id": 2, "metadata": { "port": 4445, "sniper_modules": [ "SSH AUTHENTICATED SCAN", "SSH user enumeration (CVE-2018-15473)" ] }, "performed_at": "2026-01-01 12:00:00" } ] }
Use the "API key" from the profile page as the token
id of finding
OK
Show child attributes
Was this page helpful?