Anomaly Detection · JSON Structure

Anomaly Detection Detection Job Structure

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

Type: object Properties: 11 Required: 5
Anomaly DetectionArtificial IntelligenceData ScienceFraud DetectionMachine-LearningMonitoringObservabilityOutlier DetectionPattern RecognitionSecurityTime Series

DetectionJob is a JSON Structure definition published by Anomaly Detection, describing 11 properties, of which 5 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

id name description status algorithm mode sensitivity seasonality series_ids created_at modified_at

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/anomaly-detection/refs/heads/main/json-structure/anomaly-detection-detection-job-structure.json",
  "description": "Configuration for an anomaly detection job that analyzes one or more time series using a specified algorithm and detection settings.",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Unique identifier for the detection job.",
      "example": "job-500456"
    },
    "name": {
      "type": "string",
      "description": "Human-readable name for the detection job.",
      "example": "Production API Latency Anomaly Detector"
    },
    "description": {
      "type": "string",
      "description": "Description of what this detection job monitors and why.",
      "example": "Monitors API p99 latency for anomalies using daily seasonality."
    },
    "status": {
      "type": "string",
      "enum": [
        "pending",
        "running",
        "paused",
        "closed",
        "failed"
      ],
      "description": "Current operational status of the detection job.",
      "example": "running"
    },
    "algorithm": {
      "type": "string",
      "enum": [
        "basic",
        "agile",
        "robust",
        "iforest",
        "lof",
        "ocsvm",
        "autoencoder",
        "sr-cnn",
        "sarima",
        "graph-attention-network"
      ],
      "description": "The anomaly detection algorithm used by this job.",
      "example": "agile"
    },
    "mode": {
      "type": "string",
      "enum": [
        "batch",
        "streaming",
        "multivariate"
      ],
      "description": "Detection mode \u2014 batch retrospective, streaming real-time, or multivariate correlation-based.",
      "example": "streaming"
    },
    "sensitivity": {
      "type": "double",
      "minimum": 0,
      "maximum": 10,
      "description": "Sensitivity level controlling the anomaly detection threshold. Higher values detect more subtle anomalies.",
      "example": 3
    },
    "seasonality": {
      "type": "string",
      "enum": [
        "hourly",
        "daily",
        "weekly",
        "none",
        "auto"
      ],
      "description": "Seasonality pattern used for baseline modeling.",
      "example": "daily"
    },
    "series_ids": {
      "type": "array",
      "description": "List of time series identifiers analyzed by this job.",
      "items": {
        "type": "string"
      },
      "example": [
        "ts-api-latency-p99",
        "ts-api-error-rate"
      ]
    },
    "created_at": {
      "type": "datetime",
      "description": "Timestamp when the job was created.",
      "example": "2026-04-01T00:00:00Z"
    },
    "modified_at": {
      "type": "datetime",
      "description": "Timestamp when the job was last modified.",
      "example": "2026-04-19T00:00:00Z"
    }
  },
  "required": [
    "id",
    "name",
    "status",
    "algorithm",
    "mode"
  ],
  "name": "DetectionJob"
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/anomaly-detection-detection-job-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.