Anomaly Detection · Schema

DetectionJob

Configuration for an anomaly detection job that analyzes one or more time series using a specified algorithm and detection settings.

Anomaly DetectionArtificial IntelligenceData ScienceFraud DetectionMachine LearningMonitoringObservabilityOutlier DetectionPattern RecognitionSecurityTime Series

Properties

Name Type Description
id string Unique identifier for the detection job.
name string Human-readable name for the detection job.
description string Description of what this detection job monitors and why.
status string Current operational status of the detection job.
algorithm string The anomaly detection algorithm used by this job.
mode string Detection mode — batch retrospective, streaming real-time, or multivariate correlation-based.
sensitivity number Sensitivity level controlling the anomaly detection threshold. Higher values detect more subtle anomalies.
seasonality string Seasonality pattern used for baseline modeling.
series_ids array List of time series identifiers analyzed by this job.
created_at string Timestamp when the job was created.
modified_at string Timestamp when the job was last modified.
View JSON Schema on GitHub