ios_traffic_flows
Snapshot recent DECRYPTED HTTPS flows (request/response) captured since ios_traffic_start. Each flow: method, url, host, status, contentType, req/resp sizes, durationMs. Set includeBodies to also return headers + (truncated) request/response bodies. Filter by urlSubstring or onlyErrors. Returns the most recent limit flows.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| udid | Yes | iOS device UDID | |
| limit | No | Max flows to return, most recent first-matched (default 100) | |
| onlyErrors | No | Only 5xx / connection-error flows | |
| urlSubstring | No | Only flows whose URL contains this substring | |
| includeBodies | No | Include headers + bodies (each body capped at 32000 chars). Default false. |