get_network_requests
Retrieve and filter captured network requests from Firefox by URL pattern, HTTP method, status code, or content type, sorted newest first.
Instructions
List captured network requests from Firefox. Filterable by URL regex pattern, HTTP method, status code, and content type. Returns newest first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results to return (default 50) | |
| method | No | HTTP method filter (GET, POST, etc.) | |
| tab_id | No | Filter by tab ID. Omit for all tabs. | |
| status_code | No | HTTP status code filter | |
| url_pattern | No | Regex pattern to match against URLs | |
| content_type | No | Content type substring filter (e.g. 'json', 'html') |