List GoHighLevel Custom Fields
ghl_list_custom_fieldsList custom fields for a GoHighLevel location, with pagination and configurable output format (markdown or JSON).
Instructions
List custom fields for a GoHighLevel location from /locations/{locationId}/customFields.
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. | |
| 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 |