Hello.
I would like to request the ability to fetch a list of Schedules by Team, not just my own or another user’s.
For reference, see Changelog / Scheduler > January 12th, 2026
Targeted endpoint: get/scheduler/schedules
Thank you.
Hello.
I would like to request the ability to fetch a list of Schedules by Team, not just my own or another user’s.
For reference, see Changelog / Scheduler > January 12th, 2026
Targeted endpoint: get/scheduler/schedules
Thank you.
Here’s a few updates on the matter:
team_id available for the GET /v2/scheduler/schedules endpoint.
user_id param, that works fine, but the result with or without the team_id parameter is the same. It shows the user’s own schedules, and I missing the Any host available/Round Robin schedules they are part of.{“code”:109, “message”:“Invalid access token, does not contain permissions:[scheduler]”}For context, I am aiming to group Scheduler’s scheduled events (meetings) by their parent Schedule (booking link/page) in order to route them further into groups internally in our systems.
Unfortunately, I could not find a way to get stable Schedule IDs thus far. Sample incoming webhook payload:
“scheduler_event”: {
“event_id”: “66nc45po7ufa1i2qtgq17ulrc0”,
“schedule_id”: “q42uimkaolnc6oxdawmwf5bx00”,
Upon querying the same event by ID via REST (v2/scheduler/events/{eventId}):
Array
(
[status] => 200
[data] => Array
(
[event_id] => 66nc45po7ufa1i2qtgq17ulrc0
[schedule_id] => x24wqe6x16ypourvqvm55b6md0
[attendees] => Array
In this case I am surprised the schedule_id is different for the same Event ID.
Thank you @elisa.zoom for hosting yesterday’s Developer Office Hours ![]()