List GoHighLevel Custom Fields V2 By Object Key
ghl_list_custom_fields_v2List custom fields and folders for a given object key (e.g., custom_objects.pet or business) via GoHighLevel API.
Instructions
List Custom Fields V2 fields/folders by object key with GET /custom-fields/object-key/{objectKey}. Supports Custom Objects and Company/Business per HighLevel docs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of items to return from the local page. | |
| offset | No | Number of items to skip locally after receiving the API response. | |
| objectKey | Yes | Object key, for example custom_objects.pet or business. | |
| location_id | No | Optional GoHighLevel location ID override. Defaults to GHL_LOCATION_ID. | |
| response_format | No | Output format: markdown for human-readable summaries, json for structured output. | markdown |