get_task_group_cycle_times
Compute cycle times of completed task groups segmented by project template to identify slow workflows and bottleneck steps. Optionally include per-step durations for deeper analysis.
Instructions
Compute task group cycle times segmented by project template.
Analyzes completed task groups within the lookback window to reveal which workflows are slow and which steps are bottlenecks. Returns per-template stats including avg/median/min/max cycle time and SLA adherence.
Set include_steps=true to fetch per-task step durations and identify the bottleneck step within each template. This makes additional API calls (one per task group) and may be slow for large result sets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days_back | No | ||
| plan_id | No | ||
| template_id | No | ||
| include_steps | No |