neuron_search_traffic
Search captured HTTP response bodies for a string or regex pattern to find matching requests with context snippets.
Instructions
Search across all captured response bodies in ring buffers for a string or regex pattern. Returns matching requests with context snippets around the match.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results to return (default: 20) | |
| query | Yes | Search query (string or regex pattern) | |
| regex | No | Treat query as regex (default: false) |