neuron_get_requests
Retrieve recent HTTP requests from browser extension ring buffers and filter by tab, platform, status, method, or URL pattern to inspect network activity.
Instructions
Query recent HTTP requests from the extension's ring buffers, filtered by tab, platform, status, method, or URL pattern
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results (default: 50) | |
| tabId | No | ||
| method | No | ||
| platform | No | ||
| statusMax | No | ||
| statusMin | No | ||
| urlPattern | No | Substring match on URL |