| 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. |