get_network_logs
Capture network requests and responses for debugging and API verification. Filter by URL, method, status code, and resource type.
Instructions
Capture network requests and responses for debugging and API verification. Supports filtering by URL pattern, HTTP method, status code, and resource type. Essential for understanding API calls and debugging network issues.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| filter | No | ||
| browser | No | ||
| maxLogs | No | ||
| waitTime | No | ||
| includeBody | No | ||
| maxBodySize | No | ||
| includeHeaders | No |