Get Patients With Appointments Now
Get patients who have appointments with a specific provider within a time window around the current time.
This endpoint finds appointment events where:
- The appointment is scheduled within the specified time window (minutes_before to minutes_after from now)
- The specified provider is an attendee of the appointment
- Returns patient details combined with their appointment information
Useful for finding patients who are currently in appointments or have upcoming/recent appointments with a provider (e.g., for creating notes during or after appointments).
Args: provider_id: ID of the provider to find appointments for minutes_before: How many minutes before current time to include (default: 30) minutes_after: How many minutes after current time to include (default: 60)
Returns: List of patients with their appointment details in the specified time window
Headers
The tenant you are making this request on behalf of
Your api key
Query Parameters
Response
Successful Response
