get_board | Fetch a single board by ID, including its groups and columns. |
get_column | Fetch a single column of a board by its ID. |
get_group | Fetch a single group of a board by its ID. |
get_item | Fetch a single item by ID with all its column values. |
get_me | Fetch the profile of the connected user (token owner). |
get_subitem | Fetch a single subitem by its ID (subitems are items). |
get_team | Fetch a single team by ID, including its members. |
get_update | Fetch a single update (comment) by its ID. |
get_user | Fetch a single user by ID. |
get_workspace | Fetch a single workspace by ID. |
list_boards | List boards, optionally filtered by workspace, state or kind. |
list_columns | List the columns of a board with their types and settings. |
list_groups | List the groups (sections) of a board. |
list_items | List items of a board (cursor-paginated). |
list_subitems | List the subitems of an item. |
list_teams | List all teams of the account. |
list_updates | List updates (comments), across the account or for a single item. |
list_users | List account users, optionally filtered by name or email. |
list_workspaces | List workspaces of the account. |