Skip to content

GetOrgBudgetsSpend

Example Usage

typescript
import { GetOrgBudgetsSpend } from "@meetkai/mka1/models/operations";

let value: GetOrgBudgetsSpend = {
  window: "<value>",
  costSpent: 7546.19,
  limit: 6272.26,
  pct: 312701,
  status: "ok",
};

Fields

FieldTypeRequiredDescription
windowstring✔️Current period bucket, e.g. 2026-07 / 2026-W28 / 2026-07-07
costSpentnumber✔️Live spend this window, major currency units
limitnumber✔️N/A
pctnumber✔️N/A
statusoperations.GetOrgBudgetsStatus✔️N/A