browser_get_network_logs
Capture and filter HTTP request logs from the current browser session to discover hidden APIs, debug failed requests, and analyze page load performance.
Instructions
Get network request logs from the current browser session.
Returns captured HTTP requests with URL, method, status code, headers, resource type, and timing. Useful for discovering hidden APIs, debugging failed requests, and analyzing page load performance.
Args: session_id: Browser session ID url_filter: Filter by URL pattern (e.g., "api", "json", ".js") method: Filter by HTTP method (e.g., "GET", "POST") status: Filter by status code (e.g., "200", "4xx", "404") resource_type: Filter by resource type (e.g., "xhr", "fetch", "document")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| method | No | ||
| status | No | ||
| session_id | No | default | |
| url_filter | No | ||
| resource_type | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |