List Board Columns
fizzy_get_columnsRetrieve all workflow columns for a board to identify stages like To Do, In Progress, Done. Get column IDs, names, colors, and positions for project tracking.
Instructions
Get all workflow columns on a board. Columns represent workflow stages (e.g., To Do, In Progress, Done). Returns column IDs, names, colors, and positions in the workflow.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| board_id | Yes | The unique board identifier: a 25-character identifier, e.g., '0000000000000000000000abc'. Get available board IDs from fizzy_get_boards. | |
| account_slug | Yes | The account slug identifier (e.g., '123456' or '/123456'). This identifies which Fizzy account to operate on. Get available account slugs from fizzy_get_identity or fizzy_get_accounts. |