Retrieve an appointment
get_appointmentFetch a single appointment by ID to access its details. Use this operation when you need to view or verify a specific appointment's information.
Instructions
Fetch one appointment by id.
Requires scope appointments:read.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The record id, e.g. "6a96a3ead6e886d42462dd3e". |