get_tech_stack_scan
Retrieve tech stack scan results by scan ID. Returns detected technologies with confidence scores, handling partial detection when behavioral bot protection is active.
Instructions
Retrieve status or full results of a tech-stack scan by scanId. Returns current status while running, detected technologies with confidence scores when complete. May include top-level partialDetection: { headersAvailable: false, reason: 'site_uses_behavioral_protection' } when the target uses behavioral bot protection — HTML-based detections (~85% of matchers) still fire, only header-derived hosting/CDN signals are missing. Recommended poll interval: 5-10 seconds. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scanId | Yes | Scan ID (from start_tech_stack_scan) |