Workspace Workflows Stats
Aggregate workflow counts grouped by derived WorkflowListStatus across the workspace.
Filter workflows by created_at >= this ISO datetime.
Filter workflows by created_at <= this ISO datetime.
Workflow counts grouped by derived WorkflowListStatus for a workspace.
Bucket coverage (V1, by design):
total >= draft + running + completed + failed + paused. Workflows
whose latest run is cancelled map to no bucket because the spec
exposes only the 5 WorkflowListStatus values. The UI must use
total for the headline count, not the sum of buckets.
paused is always 0 (spec Non-Goal — UI exposes the bucket for
forward compatibility).