Skip to main content

Module types

Module types 

Source
Expand description

Response types for the /_ops monitoring endpoints.

Structs§

AgentSummary
Returned by GET /_ops/agents. Fields aggregated across all runs in the store scan window. Counts are snapshots, not transactional w.r.t. concurrent transitions.
RunLogSummary
Compact per-run summary returned by GET /runs. Snapshot at fetch time — may differ from the live store if a transition raced. Drops steps[]; use GET /runs/{id} for full detail.
StreamSummary
Per-stream summary derived from KvResumeBuffer. Returned by GET /streams.