Skip to main content
Get schedule policy

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Schedule policy

enabled
boolean

Whether scheduled actions are currently enabled.

timezone
string

IANA timezone for the schedule window.

days_of_week
integer[]

Days when scheduled actions may run, using numeric weekday values.

start_time
string

Start of the allowed schedule window.

end_time
string

End of the allowed schedule window.

Last modified on July 29, 2026