Skip to main content

List Demand Anomalies

GET 

/api/inventory-forecasting/anomalies

List a product's detected demand anomalies, most recent first, optionally scoped to a single resolution status.

Authentication: Requires Bearer token.

Query parameters:

  • product_id (required): the product to list anomalies for.
  • status (optional): filter by resolution status.
    • detected: flagged, not yet actioned.
    • excluded: dropped from the baseline (a build with exclude_detected_anomalies true removes these days).
    • smoothed: replaced with the expected value before the baseline is computed.
    • kept_tagged: kept in the baseline, optionally attributed to a promotion via promo_window_id.

Request

Responses

OK

Response Headers
    Content-Type