peek_live_capture
Inspect recent live traffic entries without advancing the cursor. Use this to preview compact summaries of host, method, path, and status, keeping your place for subsequent analysis.
Instructions
Preview incremental traffic without advancing the cursor. Returns compact entry summaries (host/method/path/status only). This peek call does not consume the current increment. Safe to call repeatedly — does not consume items. Use query_live_capture_entries for structured filtering and analysis.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| cursor | No | ||
| capture_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | ||
| status | Yes | ||
| warnings | No | ||
| truncated | No | ||
| capture_id | Yes | ||
| next_cursor | Yes | ||
| total_new_items | Yes |