get_agent_run_telemetry
Retrieve runtime telemetry batches for a specific agent run, including module-level timing and execution details. Use run_id to get performance data recorded during execution.
Instructions
Fetch the runtime telemetry batches recorded for one agent run — the module-level timing and execution detail captured while it ran. Use query_agent_run_telemetry to search telemetry across runs by kind or module. Read-only; an unknown run_id fails with agent_run_not_found. Returns the run's telemetry batches.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum batches returned, up to 1000; defaults to 1000. | |
| run_id | Yes | Run id returned by create_agent_run or list_agent_runs. |