List Boards Tool
retro.boards.listReturns retrospectives (boards) of a team, newest first. Unfinished boards are included unless finished_only is set — otherwise check the is_finished flag. Filters by period via since/until. Pass team_id when several teams are available; with a single team it can be omitted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| since | No | Only boards created on or after this date (ISO 8601, for example 2026-01-01). | |
| until | No | Only boards created on or before this date (ISO 8601). | |
| team_id | No | Team to list boards for. Required when more than one team is available — call retro.teams.list first. | |
| finished_only | No | Return only finished retrospectives. Default: false, unfinished boards are included. |