yaaif_ops_session_messages
Fetch LLM transcript messages for a specified session. Use pagination, raw/summary modes, and size limits to get exactly the conversation data you need.
Instructions
READ-ONLY: LLM transcript messages. Alias of yaaif_ops_telemetry resource=messages.
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) |