invariance_run_llm_calls
Retrieve paginated LLM calls for a run, showing model, tokens, cost, latency, and node_id to analyze agent behavior and debug performance issues.
Instructions
List LLM calls for a run in append order (paginated). Each entry includes model, tokens, cost, latency, and the underlying node_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| cursor | No | opaque pagination token from previous response next_cursor; pass through unchanged | |
| run_id | Yes |