list_boards
Retrieve boards from a workspace using optional filters for space, type, public status, and pagination. Expand fields like assignees, tags, and time tracking for detailed results.
Instructions
List boards
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 1-based page number for paginated list endpoints. | |
| Space | No | Optional sub-space ID for further scoping inside the workspace. | |
| expand | No | Comma-separated list of fields to expand inline on the response (FlexFields style, e.g. `assignees,tags,time_tracking`). | |
| is_public | No | ||
| page_size | No | Page size for paginated list endpoints. | |
| Organization | No | Workspace (organization) ID the request is scoped to. | |
| primary_type | No | Filter by board primary type (defaults to `PM`). |