list_ai_traces
List recent AI application traces from OpenTelemetry to review LLM calls, cache lookups, memory recalls, and retrieval spans. Filter by service and look-back window to investigate AI app behavior.
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 |