GET
/
api
/
v1
/
calcom
/
appointments
/
{id}
curl "https://api.ravan.ai/api/v1/calcom/appointments/019d2a1b-4c5e-7f8a-9b0c-1d2e3f4a5b6c?org_id=1268c1f0-19f3-47db-aefb-c16a7c3ace6e" \
  -H "X-Api-Key: YOUR_API_KEY"
{
  "success": true,
  "message": "Appointment fetched successfully",
  "data": {
    "id": "019d2a1b-4c5e-7f8a-9b0c-1d2e3f4a5b6c",
    "organization_id": "1268c1f0-19f3-47db-aefb-c16a7c3ace6e",
    "agent_id": "019d1fdb-98e9-7c87-86c7-321e2fa98733",
    "calcom_booking_uid": "bk_abc123def456",
    "attendee_name": "Jane Doe",
    "attendee_email": "jane@example.com",
    "attendee_phone": "+14155550100",
    "attendee_timezone": "America/New_York",
    "start_time": "2026-03-25T14:00:00Z",
    "end_time": "2026-03-25T14:30:00Z",
    "duration_minutes": 30,
    "meeting_url": "https://meet.google.com/abc-defg-hij",
    "status": "accepted"
  }
}

Authorizations

X-Api-Key
string
required
Your Agni API key. Find it in your support@ravan.ai under Settings → API Keys.

Path Parameters

id
string
required
The unique appointment ID to retrieve.

Query Parameters

org_id
string
required
UUID of your organization.

Response

success
boolean
Whether the request succeeded.
message
string
Human-readable status message.
data
object
The appointment record.
curl "https://api.ravan.ai/api/v1/calcom/appointments/019d2a1b-4c5e-7f8a-9b0c-1d2e3f4a5b6c?org_id=1268c1f0-19f3-47db-aefb-c16a7c3ace6e" \
  -H "X-Api-Key: YOUR_API_KEY"
{
  "success": true,
  "message": "Appointment fetched successfully",
  "data": {
    "id": "019d2a1b-4c5e-7f8a-9b0c-1d2e3f4a5b6c",
    "organization_id": "1268c1f0-19f3-47db-aefb-c16a7c3ace6e",
    "agent_id": "019d1fdb-98e9-7c87-86c7-321e2fa98733",
    "calcom_booking_uid": "bk_abc123def456",
    "attendee_name": "Jane Doe",
    "attendee_email": "jane@example.com",
    "attendee_phone": "+14155550100",
    "attendee_timezone": "America/New_York",
    "start_time": "2026-03-25T14:00:00Z",
    "end_time": "2026-03-25T14:30:00Z",
    "duration_minutes": 30,
    "meeting_url": "https://meet.google.com/abc-defg-hij",
    "status": "accepted"
  }
}

Authorizations

X-Api-Key
string
header
required

Path Parameters

id
string
required

Appointment ID

Query Parameters

org_id
string
required

Organization ID

Response

Successful response

success
boolean
message
string
data
object