kaiten_list_custom_properties
List custom properties from Kaiten with filters for type, board, search, and status. Retrieve property details including author and select/catalog values, with pagination and sorting.
Instructions
List company custom properties. Types: string, number, date, email, checkbox, select, formula, url, collective_score, vote, collective_vote, catalog, phone, user, attachment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results | |
| query | No | Search filter by name | |
| types | No | Comma-separated type names to filter | |
| offset | No | Pagination offset | |
| board_id | No | Filter properties available on a specific board | |
| order_by | No | Column to sort by (e.g. 'name', 'created', 'updated') | |
| conditions | No | Comma-separated conditions to filter: active, inactive (default: active,inactive) | |
| include_author | No | Include author user object | |
| include_values | No | Include select/catalog values | |
| order_direction | No | Sort direction (asc or desc), matches order_by columns |