list_lanes
List all swimlanes on a board, returning lane IDs usable for card creation or updates.
Instructions
List the lanes (swimlanes) on a board.
Lanes are read-only in the Favro API and cannot be created, renamed, or
deleted. Use a returned lane_id as the lane_id argument to create_card or
update_card to place a card in a specific lane. A board without lanes
enabled returns an empty list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| board | No | The board's widget_common_id, name, or ID. Uses the current board if not specified. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||