kaiten_list_select_values
Fetch select values for a custom property using search, pagination, sorting, and status filters.
Instructions
List select values for a custom property.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results | |
| query | No | Search filter by value text | |
| offset | No | Pagination offset | |
| order_by | No | Sort order: 'id', 'sort_order', or 'match_query_priority' (ranks by query match relevance, requires query param) | |
| conditions | No | Comma-separated conditions to filter: active, inactive (default: active,inactive) | |
| property_id | Yes | Property ID | |
| v2_select_search | No | Use v2 search with pagination and filtering support (recommended: true) |