query_agent_run_mission_events
Search mission-event records across agent runs to trace execution history or audit lineage. Filter by run, event type, status, or snapshot IDs; paginated results show newest events first.
Instructions
Search canonical mission-event records across all of the organization's agent runs, paginated (defaults page 1, limit 25) and newest first. Filter by run_id or event_type to pinpoint, or by status, request_hash, policy_snapshot_id, or schema_snapshot_id for lineage audits. Use get_agent_run_mission_events 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 | Events per page, up to 200; defaults to 25. | |
| run_id | No | Keep only events of this run. | |
| status | No | Keep only events of runs in this status. | |
| event_type | No | Keep only events of this type, e.g. run_completed. | |
| request_hash | No | Keep only events of runs with this request hash. | |
| policy_snapshot_id | No | Keep only events under this execution-policy snapshot. | |
| schema_snapshot_id | No | Keep only events under this schema snapshot. |