retrieve_customer_property
Fetch a customer property by ID and receive its full details, including options for OPTION type.
Instructions
Retrieve a customer property by ID.
Args: property_id: UUID of the customer property
Returns: The CustomerProperty, including its options for OPTION type
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| property_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| name | No | ||
| options | No | ||
| is_multi | No | ||
| settings | No | ||
| is_active | No | ||
| workspace | No | ||
| created_at | No | ||
| created_by | No | ||
| deleted_at | No | ||
| logo_props | No | ||
| sort_order | No | ||
| updated_at | No | ||
| updated_by | No | ||
| description | No | ||
| external_id | No | ||
| is_required | No | ||
| display_name | Yes | ||
| default_value | No | ||
| property_type | Yes | ||
| relation_type | No | ||
| external_source | No | ||
| validation_rules | No |