List traffic
list_trafficList captured HTTP/HTTPS requests with filters for method, URL, status, and page to inspect traffic. Response bodies are redacted.
Instructions
List captured HTTP/HTTPS requests. Filters narrow by method, URL substring, response status, and page through the result set. Response bodies are redacted server-side before return.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Substring match against the request URL. | |
| page | No | 1-indexed page number. Defaults to 1. | |
| limit | No | Page size. Defaults to 50; the engine caps it. | |
| method | No | Filter by HTTP method (GET, POST, …). Empty = all methods. | |
| status | No | Filter by exact response status code (e.g. 500). |