Change a table's refresh cadence
Editing the cadence re-anchors it: ‘every 3 days’ set today means three days from today. Resuming a paused schedule on its own does NOT: it keeps firing at the same time of day (or the same interval) the schedule was already on, just moved to the next upcoming occurrence, so a schedule left paused for a month neither fires the moment it comes back nor drifts to a new time.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
Change a table's cadence. Every field is optional.
How often a table re-imports, in the vocabulary the settings panel offers.
The four presets are stored as cron because "the 8th of every month at 09:00" is a calendar statement that an interval cannot make — an interval of 30 days drifts off the date within a year. CUSTOM is the escape hatch for "every N days/weeks/months", which is an interval and drifts on purpose, anchored to when the user set it up.
daily, weekly, monthly, quarterly, custom 0 <= x <= 23The unit a CUSTOM cadence counts in.
days, weeks, months 0 < x <= 3650 <= x <= 5964Response
Successful Response
A table's refresh cadence.
Whether a scheduled run deletes rows whose records are gone from the source. Forces every scheduled run to re-list everything, since a changes-only fetch cannot tell a deleted record from an unchanged one.
How often a table re-imports, in the vocabulary the settings panel offers.
The four presets are stored as cron because "the 8th of every month at 09:00" is a calendar statement that an interval cannot make — an interval of 30 days drifts off the date within a year. CUSTOM is the escape hatch for "every N days/weeks/months", which is an interval and drifts on purpose, anchored to when the user set it up.
daily, weekly, monthly, quarterly, custom Local hour the cadence runs at.
The unit a CUSTOM cadence counts in.
days, weeks, months How many units apart, for a custom cadence.
Why the last firing skipped, alongside last_skipped_at.
source_detached, run_in_progress When a firing last skipped without starting a run; null if it never has.
Local minute the cadence runs at.
The next few fire times, so a cadence can be checked before it is trusted.
IANA zone the run time is expressed in.