Recurrences
List Recurrences
List the schedules attached to an experience
GET
List Recurrences
Returns every active schedule (recurrence) attached to an experience. Soft-deleted recurrences are not returned. A recurrence is the rule that produces bookable time slots — a cadence (frequency + interval + days of week), an end condition, and one or more session templates (start time, capacity, provider). Without at least one active recurrence, the experience page renders no time slots. Requires theexperiences:read scope. The parent experience must
belong to the API key’s organization; cross-org requests return
404 Not Found.
Path Parameters
Experience ID (the service catalog document ID).
Response
An array of recurrence objects, each with the shape returned by
Get Recurrence.
