List Invitees
list_inviteesList the invitees of a scheduled event by event UUID. Returns invitee names, emails, status (active/canceled), timezone, and answers to booking questions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uuid | Yes | Scheduled event UUID (last segment of the event URI). | |
| count | No | Number of results per page (default 20, max 100). | |
| status | No | Filter invitees by status. | |
| _apiKey | Yes | Calendly personal access token (sent as Bearer token) | |
| page_token | No | Token from a previous response for the next page. |