Get a single cost-forecast by id
GET /cost-forecasts/{id}
GET
/cost-forecasts/{id}
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” id
required
string
DocumentId
Responses
Section titled “ Responses ”OK
object
data
object
forecast_month
required
ISO year-month string (YYYY-MM) pro který je forecast platný.
string
predicted_usd
Predikovaný měsíční výdaj v USD.
number
actual_usd
Skutečný výdaj v USD (vyplní se retrospektivně po uzavření měsíce).
number
confidence
Spolehlivost forecastu — low < 4 měsíce dat, medium 4–6, high 6+ měsíců.
string
model_version
Identifikátor verze algoritmu (např. rule-based-v1).
string
ai_reasoning
Lidsky čitelné vysvětlení forecastu vygenerované algoritmem.
string
trend
Směr trendu výdajů detekovaný z historických dat.
string
breakdown
Volitelný breakdown forecastu per provider/kategorie.
organisation
documentId
string
id
integer
createdAt
string format: date-time
updatedAt
string format: date-time
publishedAt
string format: date-time
Missing or invalid authentication
Not authorized (tenant scope or capability)
Not found