orchestration_history
Get a portfolio-wide snapshot of in-flight dispatches, recent milestones, and per-project stats to answer 'how is everything going?' without polling each project.
Instructions
Portfolio-wide snapshot: in-flight dispatches + recent milestones + per-project stats.
Answers "how is everything going?" without per-project polling. Pulls:
in_flight: currently running dispatches (from memory)recent: last N timeline milestones (dispatched/complete/ error/cancelled) across all projects, newest firstper_project: counts of succeeded/failed/in-flight per project withinwindow_minutes(or all-time if not given)registered_projects: registry snapshot for context
workspace (optional): when given, filters recent milestones, per-project stats, and in-flight dispatches to only projects in that workspace.
include_archives (optional): when True, attach archived_summaries
— one compact aggregate per rotated timeline file — so callers get
a window onto long-past activity without raw records bloating context.
Live timeline.jsonl is always included.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| n | No | ||
| workspace | No | ||
| window_minutes | No | ||
| include_archives | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||