yaaif_ops_session_events
Retrieve LLM session events for a specified session ID to inspect activity and diagnose issues. Supports pagination, summaries, and raw output options.
Instructions
READ-ONLY: LLM session events. Alias of yaaif_ops_telemetry resource=events.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| max_chars | No | Soft JSON size cap for the tool result | |
| max_items | No | Cap items/events/logs arrays (default 40) | |
| session_id | Yes | ||
| include_raw | No | ||
| summary_only | No | Prefer compact links/failures (default true for analyze) |