Analyze request
analyze_requestRun the engine's analysis pipeline on one captured HTTP request to detect linting, schema drift, privacy, and performance issues, returning structured findings.
Instructions
Run the engine's analysis pipeline on a single captured request (linting, schema drift, privacy, performance). Returns the structured explanation plus any new findings. Re-runs even if cached unless refresh is false.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| refresh | No | Force re-analysis instead of returning a cached result. Defaults to true. | |
| request_id | Yes | Traffic entry id from list_traffic. |