---
title: "Preview Seasonality"
method: GET
path: "/forecaster/auto-seasonality/preview"
tags: ["Auto Seasonality"]
---

# Preview Seasonality

`GET /forecaster/auto-seasonality/preview`

Shows the derived seasonality event count.

See [Auto Seasonality](https://dev.kevel.com/reference/auto-seasonality) for more details on this feature.

## Response `200`

Normal response, containing a JSON object with the preview data.

- object
  - `status` 'success' | 'no-seasonality-model-available' | 'not-enough-data-points' — The status of the response.
  - `results` object — The object with global results if available.
    - `withSeasonality` array[] — Array of tuples with the total number of requests considering seasonality.
      - unknown[]
        - unknown
    - `withoutSeasonality` Items[] — Array of tuples with the total number of requests not considering seasonality. — unresolved $ref
  - `bySite` object — The individual results broken down by Site. The sum of these values may not equal the global results.

---

[API](https://skmtc.net/kevel/apis/engine-apis.md) · [All operations](https://skmtc.net/kevel/apis/engine-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kevel/engine-apis/revisions/0ca55f45aa7d/schema)
