Get GoHighLevel Custom Field
ghl_get_custom_fieldRetrieve a specific custom field by ID from a GoHighLevel location, with optional location override and output format selection.
Instructions
Get one custom field for a GoHighLevel location from /locations/{locationId}/customFields/{id}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| field_id | Yes | Custom field ID. | |
| 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 |