list_ai_traces
List recent AI application traces ingested via OpenTelemetry, covering LLM calls, cache lookups, and memory recalls, to monitor and debug AI systems.
Instructions
List recent AI application traces ingested via OpenTelemetry (LLM calls, cache lookups, memory recalls, retrieval spans). Not tied to a Valkey instance — traces come from instrumented AI apps. Use get_ai_trace for a full span waterfall and correlate_ai_trace to join a trace with live Valkey state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hours | No | Look-back window in whole hours, 1-168 (default 1) | |
| limit | No | Max traces to return, 1-1000 (default 100) | |
| service | No | Filter by emitting service name |