list_swimlanes
List active swimlanes for a Kanboard project using a project ID or identifier, or automatically from a .kanboard.yaml file.
Instructions
List active swimlanes for a Kanboard project. Provide project_id or project_identifier, or configure .kanboard.yaml in your project root. Returns an array of swimlane objects with id, name, description, position, and is_active.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | No | Numeric project id. Falls back to .kanboard.yaml when omitted. | |
| project_identifier | No | Short project identifier. Falls back to .kanboard.yaml when omitted. |