> ## Documentation Index
> Fetch the complete documentation index at: https://metoro.io/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Anomaly detected

> Sent when Guardian detects a statistical anomaly on a service. `data` is an `AnomalyDetectedData` object.



## OpenAPI

````yaml /api-reference/webhook-events.yaml webhook anomalyDetected
openapi: 3.1.0
info:
  title: Metoro Webhook Events
  version: 1.0.0
  description: >-
    Payloads Metoro POSTs to configured webhook notification destinations when
    no custom body template is set on the webhook integration. All events share
    a common envelope; the `data` object is typed per event and its shape is
    determined by the `type` field.


    The Go types emitting these payloads live in
    `src/pkg/notifications/webhookpayload` — keep the two in sync.
servers:
  - url: https://your-webhook-receiver.example.com
    description: >-
      The URL configured on the webhook integration. Metoro POSTs events to it;
      any custom headers configured on the integration are sent with each
      request.
security: []
paths: {}

````