List Actions Tool
retro.actions.listReturns action items across all retrospectives at once — the answer to "what did we agree on and never finish". Covers every team available unless team_id narrows it down; filters by status, assignee and date. Use this instead of walking boards one by one with retro.board.actions.list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | How many items to return, newest first. Default 50, maximum 200. The total field always reports the full count. | |
| since | No | Only items created on or after this date (ISO 8601, for example 2026-01-01). | |
| status | No | open (default), completed or all. | |
| team_id | No | Narrow the search to one team. By default every available team is included. | |
| assignee | No | Filter by assignee name, partial match. |