---
title: "Get Chat Ghl Card Status"
method: GET
path: "/chat/conversations/{conversation_id}/ghl-status"
tags: ["Chat"]
---

# Get Chat Ghl Card Status

`GET /chat/conversations/{conversation_id}/ghl-status`

Get GoHighLevel display status for a chat conversation (customer-facing card).

## Path parameters

- `conversation_id` string, uuid, required

## Response `200`

Successful Response

- GhlCardStatusResponse — Display-ready GoHighLevel status for the customer-facing detail card. ``status`` is one of ``sent`` / ``pending`` / ``skipped`` / ``failed`` (derived from the latest GHL audit entry for the lead). ``contact`` and ``opportunity`` hold the built payloads — populated even for skipped test calls and dry-run pending pushes so the card can show what would have been / will be sent.
  - `visible` boolean, required — Whether to render the card at all
  - `is_test_call` boolean
  - `status` string, nullable — sent | pending | skipped | failed
  - `detail` string, nullable
  - `error` string, nullable
  - `contact` object, nullable — The contact upsert payload
  - `opportunity` object, nullable — The opportunity create payload
  - `pipeline_name` string, nullable
  - `pipeline_stage_name` string, nullable
  - `contact_url` string, nullable — Deep link to the contact in GHL (sent pushes only)
  - `should_poll` boolean — True while a result may still be materializing

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