get_network
Retrieve network request logs for API calls, including status codes and timing, to debug Lambda and API issues.
Instructions
Get network request log. See API calls, their status codes, and timing. Essential for debugging Lambda/API issues.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| last | No | Return only the last N requests | |
| filter | No | Filter requests by URL (substring match) | |
| method | No | Filter by HTTP method (GET, POST, etc.) | |
| status | No | Filter by status: success (2xx-3xx), error (4xx-5xx or failed) |