kaiten_list_cards
Find and retrieve Kaiten cards by query, board, lane, column, state, tags, owners, dates, or overdue status. Filter and paginate results, returning selected fields.
Instructions
Search and list Kaiten cards with filtering. Conditions: 1=active, 2=archived. States: 1=queued, 2=inProgress, 3=done.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| asap | No | Filter ASAP cards | |
| limit | No | Max results (default 50, max 100) | |
| query | No | Full-text search query | |
| fields | No | Comma-separated field names to return per card. Strips everything else. Example: 'id,title,created,last_moved_to_done_at' | |
| offset | No | Pagination offset | |
| states | No | Comma-separated states (1=queued,2=inProgress,3=done) | |
| compact | No | Return compact response without heavy fields (avatars, nested user objects) | |
| lane_id | No | Filter by lane ID | |
| overdue | No | Filter overdue cards | |
| tag_ids | No | Comma-separated tag IDs | |
| type_id | No | Filter by card type ID | |
| archived | No | Include archived | |
| board_id | No | Filter by board ID | |
| 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=active, 2=archived | |
| relations | No | Comma-separated relations to include (members,type,custom_properties,...) or 'none' to exclude all. Default: include all. | |
| member_ids | No | Comma-separated member IDs | |
| external_id | No | External ID filter | |
| created_after | No | ISO datetime filter | |
| updated_after | No | ISO datetime filter | |
| created_before | No | ISO datetime filter | |
| due_date_after | No | ISO datetime filter | |
| responsible_id | No | Filter by responsible user ID | |
| updated_before | No | ISO datetime filter | |
| due_date_before | No | ISO datetime filter |