get_network
List every captured network request in the full ring, including method, URL, status, timing, and headers. Bypasses threshold filters to show all requests.
Instructions
List captured network requests (the full ring — every request, independent of DEVLOOP_NET_THRESHOLD). Each row has method/url/status/timing/headers (bodies for the curated subset). Unlike get_logs (curated timeline only); for an importable HAR file use export_har.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app | No | Scope to one app/project (pane label or id). | |
| grep | No | Substring match on the request line (status/method/url). | |
| limit | No | Max rows (most recent), default 200. |