---
title: "Get Ghl Fields"
method: GET
path: "/integrations/ghl/fields"
tags: ["GoHighLevel"]
---

# Get Ghl Fields

`GET /integrations/ghl/fields`

Fetch custom-field metadata live from the connected GHL location.

## Query parameters

- `model` string

## Response `200`

Successful Response

- GhlFieldsResponse — Custom fields available in the connected GoHighLevel location
  - `fields` GhlFieldItem[]
    - `id` string, required
    - `name` string, nullable
    - `field_key` string, nullable
    - `data_type` string, nullable
    - `model` string, nullable
    - `picklist_options` string[]

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/openintake/apis/fastapi.md) · [All operations](https://skmtc.dev/openintake/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openintake/fastapi/revisions/4a81645b59f6/schema)
