whistle_sessions_list
Fetch recent captured network sessions, filtering by URL keyword or HTTP method to debug API traffic.
Instructions
获取最近抓包的 session 列表,可按 URL 或 HTTP 方法过滤
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | 获取数量,默认 200 | |
| method | No | 按 HTTP 方法过滤(GET / POST / PUT / DELETE) | |
| urlFilter | No | URL 过滤关键词(正则,如 "api.user") |