---
title: "List forecasts"
method: GET
path: "/forecaster"
tags: ["Forecast"]
---

# List forecasts

`GET /forecaster`

List information about enqueued and running forecasts.

## Query parameters

- `details` boolean

## Response `200`

Information about enqueued and running forecasts.

- object
  - `queue` number — The number of forecasts that are queued (i.e. haven't started executing yet).
  - `executing` number — The number of forecasts that are currently executing.

---

[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)
