superchat_list_custom_attributes
List custom contact attributes with IDs, types, and allowed values. Use pagination cursors to navigate pages. Find attribute IDs before searching or updating.
Instructions
List one page of custom contact attributes with their IDs, types and allowed values. Look up an attribute ID here before searching by or updating that attribute.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | Fetch the page after this cursor; pass pagination.next_cursor from a previous result. | |
| limit | No | Number of records in this page, from 1 to 100. Defaults to 25; the tool never fetches later pages automatically. | |
| before | No | Fetch the page before this cursor; pass pagination.previous_cursor from a previous result. Cannot be combined with after. |