Skip to main content

First execution: The initial webhook after monitor creation includes all records from the reference job, providing immediate access to collected data.

Subsequent executions: Only new records (after deduplication) are included.

monitor_id
string<uuid>

Monitor identifier.

reference_job_id
string<uuid>

Reference job used as template for this monitor.

latest_job_id
string<uuid>

Job ID of the most recent execution.

records_count
integer

Number of new records from latest job (after deduplication).

jobs_processed
integer

Total number of jobs executed by this monitor.

updated_at
string<date-time>

The date when the webhook was triggered in ISO 8601 format with UTC timezone.

Example:

"2025-11-15T06:01:57Z"

cron_expression
string

Cron expression defining the monitor schedule.

timezone
string

Timezone for schedule execution.

records
object[]

Array of new records from the latest job execution (includes monitor-specific fields like added_on, updated_on).