get_open_loops
Retrieve all open loops for a project, sorted oldest first, to identify the longest-waiting items that may be blocking progress.
Instructions
Return all open loops for a project, oldest first.
Open loops are deferred threads — things noticed but not finished. Oldest-first because the longest-waiting item is most likely blocking.
Returns
list of dicts with keys: id, description, project_key,
status, created_at, updated_at.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_key | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |