net_get
Fetch a complete network request by ID or URL substring, returning headers, request body, and response details. Use to inspect any captured request in full.
Instructions
Fetch one network request in full: headers, request body, response status/headers/body. Identify it by id (from net_list) or a url substring.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| url | No | substring match against the request url | |
| sessionId | No |