get_tech_stack_scan
Retrieve the status and results of a tech-stack scan by scan ID. Get detected technologies with confidence scores, including partial detection warnings for behavioral protection.
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) |