List holiday schedules
Holiday Schedules
List holiday schedules
GET
List holiday schedules
A named set of holidays that can be applied to workspace members. This allows different holiday observances per country or region.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
A cursor ID (uuid) used to request the next page of results. If not provided, defaults to the first page of results.
A cursor ID (uuid) used to request the previous page of results. Is mutually exclusive with startingAfter.
The maximum number of results to be returned. Can be any number from 1 to 100. Defaults to 10, if not provided.
Filter by name when it exactly matches the provided keyword.
Filter by active status. When true, returns only active holiday schedules. When false, returns only inactive ones.