List appointments
list_appointmentsFetch appointments booked by agents or created directly, filtered by scheduled, completed, or canceled status. Use pagination cursors to access earlier or later pages.
Instructions
List appointments booked by agents or created directly, with status scheduled, completed or canceled.
Requires scope appointments:read.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Page size, 1–100. Default 20. | |
| ending_before | No | Cursor from a previous response. Fetches the page before it. Not with starting_after. | |
| starting_after | No | Cursor from a previous response's next_cursor. Fetches the page after it. |