---
title: "Get a specific attendee for a booking"
method: GET
path: "/v2/bookings/{bookingUid}/attendees/{attendeeId}"
tags: ["Bookings / Attendees"]
---

# Get a specific attendee for a booking

`GET /v2/bookings/{bookingUid}/attendees/{attendeeId}`

Retrieve a specific attendee by their ID for a booking identified by its UID.
        
      <Note>The cal-api-version header is required for this endpoint. Without it, the request will fail with a 404 error.</Note>

## Path parameters

- `bookingUid` string, required
- `attendeeId` number, required

## Headers

- `cal-api-version` string, required
- `Authorization` string, required

## Response `200`

- GetBookingAttendeeOutput20240813
  - `status` 'success' | 'error', required
  - `data` BookingAttendeeWithId20240813, required
    - `name` string, required
    - `email` string, required
    - `displayEmail` string, required — Clean email for display purposes
    - `timeZone` string, required
    - `language` 'ar' | 'ca' | 'de' | 'es' | 'eu' | 'he' | 'id' | 'ja' | 'lv' | 'pl' | 'ro' | 'sr' | 'th' | 'vi' | 'az' | 'cs' | 'el' | 'es-419' | 'fi' | 'hr' | 'it' | 'km' | 'nl' | 'pt' | 'ru' | 'sv' | 'tr' | 'zh-CN' | 'bg' | 'da' | 'en' | 'et' | 'fr' | 'hu' | 'iw' | 'ko' | 'no' | 'pt-BR' | 'sk' | 'ta' | 'uk' | 'zh-TW' | 'bn'
    - `absent` boolean, required
    - `phoneNumber` string
    - `id` number, required

---

[API](https://skmtc.net/calcom/apis/cal-diy-api-v2.md) · [All operations](https://skmtc.net/calcom/apis/cal-diy-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/calcom/cal-diy-api-v2/revisions/16de9d3eb7b3/schema)
