Get automation review health
Aggregates reviewed correctness, review coverage, bucketed counts, and rolling-window confidence for one automation. Prefer this endpoint for single-automation monitoring dashboards.
Authorizations
API key issued from Settings → API Keys. Pass as Authorization: Bearer <key>.
Path Parameters
Workflow id, agent id, or typed alias like workflows.slug / agents.slug.
Query Parameters
Comma-separated: workflow,agent.
Comma-separated execution statuses.
Comma-separated trigger types.
Comma-separated user ids, or system for system-triggered runs.
Start of the run-created time range. Defaults to now-30d.
End of the run-created time range.
Set to false to exclude experiment batch runs.
Calendar bucket size for the bar chart series. Defaults to day.
day, week, month Number of reviewed runs per rolling correctness point. Defaults to 100.
1 <= x <= 1000Minimum reviewed runs required before emitting rolling points. Defaults to 1.
1 <= x <= 1000