get_network
Retrieve all captured network requests with method, URL, status, timing, and headers. Unlike curated logs, this includes every request.
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. |