list_cards
Retrieve Kaiten cards filtered by board, column, full-text query, due date, owner, and more. Returns a compact card list for project tracking and review.
Instructions
List cards with optional filters by board, column, and full-text query. Returns a compact projection.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | Filter by tag name | |
| asap | No | Only ASAP cards | |
| limit | No | Max results (default 100) | |
| query | No | Full-text search | |
| offset | No | Pagination offset | |
| states | No | Comma-separated states: 1=queued, 2=in progress, 3=done | |
| lane_id | No | Filter by lane ID | |
| overdue | No | Only overdue cards | |
| type_id | No | Filter by card type ID | |
| archived | No | Filter by archived status | |
| board_id | No | Filter by board ID | |
| order_by | No | Field to order by | |
| owner_id | No | Filter by owner user ID | |
| space_id | No | Filter by space ID | |
| column_id | No | Filter by column ID | |
| condition | No | 1 = on board, 2 = archived | |
| member_ids | No | Comma-separated member user IDs | |
| with_due_date | No | Only cards that have a due date | |
| due_date_after | No | Due date after (ISO 8601) | |
| responsible_id | No | Filter by responsible user ID | |
| due_date_before | No | Due date before (ISO 8601) | |
| order_direction | No | Order direction |