Skip to content

ListBudgetsSpend

Example Usage

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

let value: ListBudgetsSpend = {
  window: "<value>",
  costSpent: 8141.15,
  limit: 7819.83,
  pct: 143104,
  status: "blocked",
};

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.ListBudgetsStatus✔️N/A