Create a scheduled monitor based on a reference job.
Documentation Index
Fetch the complete documentation index at: https://newscatcherinc-docs.mintlify.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
API key for authentication.
Monitor schedule in plain text format. Minimum frequency depends on your plan.
"every day at 12 PM UTC"
The IANA timezone identifier used as the fallback when the schedule string does not include an explicit timezone.
If the schedule includes a timezone abbreviation (for example, "every day at 9am EST"), the parsed timezone takes priority and this value is ignored.
"America/New_York"
Optional webhook to receive notifications when jobs complete.
Maximum number of records per monitor run. If not provided, defaults to the plan limit.
x >= 10If true, fills the data gap between the reference job's end_date and the first scheduled run. The reference job's end_date must be within the last 7 days.
If false, no gap filling occurs and the first run uses the current cron window only — the reference job's age does not matter.