---
title: "Get Appointment"
method: GET
path: "/api/v1/calcom/appointments/{appointment_id}"
tags: ["CalComService"]
---

# Get Appointment

`GET /api/v1/calcom/appointments/{appointment_id}`

## Path parameters

- `appointment_id` string, required

## Query parameters

- `org_id` string

## Response `200`

Appointment retrieved

- GetCalcomAppointmentResponse
  - `success` boolean
  - `message` string
  - `data` GetCalcomAppointmentData
    - `appointment` CalcomAppointmentDetail
      - `id` string
      - `organization_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
      - `end_time` string
      - `status` string
    - `org_id` string
    - `agent_id` string

## Other responses

- `400` — Missing appointment_id or Cal.com not connected
- `401` — Missing or invalid JWT, or no org context
- `500` — Unexpected error
- `502` — Cal.com API failure

---

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