TypeScript client
Scheduling slots
List scheduling slots
List a team’s effective scheduling slots: the custom rows when any exist (source “custom”), otherwise the implicit morning/afternoon/evening defaults (source “default”), plus the team timezone. Slots are sorted by (hour, minute). Use these as the posting grid the composer/calendar render and that useNextSlot resolves against.
GET
TypeScript client
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Team (workspace) id (UUID). Discover ids via the list teams endpoint or the agent context.