get_trace_delta
Fetch tracepoint log entries appended since a given cursor, with optional limit and tracepoint filter. Enables incremental reading of debug logs from .NET applications.
Instructions
Get tracepoint log entries appended after a cursor.
State: Works in any state.
Args: cursor: Cursor returned by mark_trace_cursor or a raw monotonic timestamp limit: Maximum number of entries to return tracepoint_id: Optional tracepoint filter overriding the cursor filter
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| cursor | Yes | ||
| tracepoint_id | No |