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

# Get Ghl Pipelines

`GET /integrations/ghl/pipelines`

Fetch pipelines (with stages) live from the connected GHL location.

## Response `200`

Successful Response

- GhlPipelinesResponse — Pipelines available in the connected GoHighLevel location
  - `pipelines` GhlPipeline[]
    - `id` string, required
    - `name` string, required
    - `stages` GhlPipelineStage[]
      - `id` string, required
      - `name` string, required

---

[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/b642b91e0a5c/schema)
