Skip to main content
All endpoints take the monitor cronId returned by POST /api/monitor.

List monitors

Returns an array of monitor summaries (cronId, status, config, timestamps).

Get one monitor

Returns the full monitor record, including the resolved config.

Update

Body accepts any subset of the create parameters — commonly interval, formats, webhookUrl, or fetchConfig.

Pause / resume

Pausing halts future ticks but preserves the monitor record. Resuming puts it back on schedule immediately.

Delete

Permanently removes the monitor and its tick history.

Activity (tick history)

Returns recent ticks with captured data and change flags.
Response (shape):