get_new_logs
Fetch new log entries since a cursor position, with configurable limits and optional consumption to enable incremental streaming.
Instructions
Get new logs since a specific cursor position (streaming)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of log entries to return | |
| since | No | Line number cursor to get logs after. Defaults to 0. | |
| sessionId | No | Session ID to get logs from. If not provided, returns from all active sessions. | |
| consumeLogs | No | Whether to remove logs after fetching them (default: true) |