Skip to main content

List Forecast Accuracy

GET 

/api/inventory-forecasting/accuracy

List a product's forecast-accuracy history across runs, paginated. Each entry compares a run's projected demand against the actual quantity sold in the evaluation window.

Authentication: Requires Bearer token.

Query parameters:

  • product_id (required): the product to read accuracy for.
  • page (default 1), per_page (default 15).

Each entry reports ape (absolute percentage error), signed_bias with a bias_direction of over, under, or none, a tracking_signal, and is_drifting when the forecast is trending off.

Request

Responses

OK

Response Headers
    Content-Type