query_agent_run_telemetry
Search paginated telemetry batches from agent runs, filtering by run ID, kind, module, status, or snapshot IDs for lineage audits.
Instructions
Search runtime telemetry batches across all of the organization's agent runs, paginated (defaults page 1, limit 25). Filter by run_id, telemetry_kind, or module_name to pinpoint, or by status, request_hash, policy_snapshot_id, or schema_snapshot_id for lineage audits. Use get_agent_run_telemetry when you already know the run_id. Read-only. Returns data, total, page, limit, and pages.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 1-based page number; defaults to 1. | |
| limit | No | Batches per page, up to 200; defaults to 25. | |
| run_id | No | Keep only telemetry of this run. | |
| status | No | Keep only telemetry of runs in this status. | |
| module_name | No | Keep only telemetry batches from this runtime module. | |
| request_hash | No | Keep only telemetry of runs with this request hash. | |
| telemetry_kind | No | Keep only telemetry batches of this kind. | |
| policy_snapshot_id | No | Keep only telemetry under this execution-policy snapshot. | |
| schema_snapshot_id | No | Keep only telemetry under this schema snapshot. |