list_customer_properties
Retrieve paginated customer properties from your Plane workspace. Use cursor and per_page parameters to control pages.
Instructions
List customer properties (paginated).
Customer properties are custom fields defined once per workspace and applied to every customer. Use get_customer_property_values to read what a specific customer holds for them.
Args: cursor: Prior response's next_cursor; omit for first page. per_page: Results per page (1-1000, default 1000).
Returns: Paginated envelope: results + total_count, next_cursor, next_page_results (page again while next_page_results is true).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No | ||
| per_page | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | Yes | ||
| results | Yes | ||
| grouped_by | No | ||
| extra_stats | No | ||
| next_cursor | Yes | ||
| prev_cursor | Yes | ||
| total_count | Yes | ||
| total_pages | Yes | ||
| total_results | Yes | ||
| sub_grouped_by | No | ||
| next_page_results | Yes | ||
| prev_page_results | Yes |