---
title: "Get Ghl Pending"
method: GET
path: "/integrations/ghl/pending/{lead_id}"
tags: ["GoHighLevel"]
---

# Get Ghl Pending

`GET /integrations/ghl/pending/{lead_id}`

Return the most recent `push_pending` audit entry for a lead, if any.

## Path parameters

- `lead_id` string, uuid, required

## Response `200`

Successful Response

- GhlPendingPushItem — A queued (dry-run) GoHighLevel push awaiting developer approval
  - `audit_log_id` string, uuid, required
  - `lead_id` string, uuid, nullable
  - `request_payload` object
  - `created_at` string, date-time, required

## 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)
