---
title: "List GHL Appointments"
method: GET
path: "/api/v1/ghl/appointments"
tags: ["GHLService"]
---

# List GHL Appointments

`GET /api/v1/ghl/appointments`

## Query parameters

- `agent_id` string
- `status` string
- `limit` integer
- `org_id` string

## Response `200`

Successful response

- ListGHLAppointmentsResponse
  - `success` boolean
  - `message` string
  - `data` object
    - `appointments` GHLAppointment[]
      - `id` string
      - `ghl_appointment_id` string
      - `contact_id` string
      - `agent_id` string
      - `agent_name` string
      - `contact_name` string
      - `contact_email` string
      - `contact_phone` string
      - `appointment_time` string
      - `status` string
    - `count` integer

---

[API](https://skmtc.net/ravan/apis/agni-api.md) · [All operations](https://skmtc.net/ravan/apis/agni-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ravan/agni-api/versions/48f45dc58534/schema)
