network_get_detail
Retrieve full HTTP request and response headers and body for a captured request using its ID or URL substring. Requires prior network_start with capture_bodies enabled.
Instructions
Full request + response detail (headers and text body) for one captured request. Requires network_start(capture_bodies=true) BEFORE the request fired. Identify the request by id (from network_get) or by url substring.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Request #id from network_get. -1 = match by url instead. | |
| url | No | When id=-1, match the newest request whose URL contains this substring. |