---
title: "Get Algorithms"
method: GET
path: "/v1/forecasts/algos"
tags: ["Algorithms"]
---

# Get Algorithms

`GET /v1/forecasts/algos`

Returns the list of available forecasting algorithms. Currently one algorithm is offered (`phq-xgboost`) based on XGBoost.

## Response `200`

Successful Response

- GetAlgoResponse
  - `errors` string[] — List of error messages, if any.
  - `warnings` string[] — List of warning messages, if any.
  - `results` Algo[] — List of available forecasting algorithms.
    - `algo` 'phq-xgboost', required — Algorithm identifier.
    - `description` string — Human-readable description of the algorithm.
    - `status` 'beta' | 'current' | 'deprecated' — Current availability status of the algorithm.

## Other responses

- `401` — Unauthorized
- `402` — Payment Required
- `403` — Forbidden

---

[API](https://skmtc.net/predicthq/apis/predicthq-events-api.md) · [All operations](https://skmtc.net/predicthq/apis/predicthq-events-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/predicthq/predicthq-events-api/revisions/66cd8ff349dd/schema)
