network_get
List captured network requests in capture order, filter by URL substring, and use each request's ID for detailed inspection.
Instructions
List captured network requests in capture order, keeping the most recent limit rows. Each row shows an #id usable with network_get_detail.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max rows to return. | |
| filter | No | Only show requests whose URL contains this substring. |