---
title: "List Forecast Configs"
method: GET
path: "/tokenomics/forecast-configs"
tags: ["tokenomics", "forecast_config"]
---

# List Forecast Configs

`GET /tokenomics/forecast-configs`

## Query parameters

- `starting_token` integer
- `limit` integer

## Response `200`

Successful Response

- ListForecastConfigsResponse
  - `starting_token` integer
  - `limit` integer
  - `paginated` boolean
  - `next_starting_token` integer, nullable
  - `forecast_configs` ForecastConfigResponse[]
    - `provider` string, nullable
    - `model_name` string, nullable
    - `enabled` boolean
    - `budget` number, nullable
    - `forecast_metric` 'total_cost'
    - `forecast_to_day` integer
    - `id` string, uuid4, required
    - `organization_id` string, uuid4, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/galileo/apis/galileo-api-server.md) · [All operations](https://skmtc.net/galileo/apis/galileo-api-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/galileo/galileo-api-server/revisions/83e631725038/schema)
