Added
New cycle_active field on budgets in Forge API v1.14
May 21st, 2026
The Forge API v1.14 budgets query now returns a cycle_active field that mirrors the runtime status shown on the Shape dashboard: 0 = inactive, 1 = active, 2 = pending. Add cycle_active to your query selection to use it — existing integrations that don't request the field see no change in their responses.
The description on the existing active field has also been corrected. active indicates only that the budget record exists (it isn't a runtime status), so integrations that need to know whether a budget is currently spending should read cycle_active instead. Older Forge versions (v1.6–v1.13) are unchanged; integrate against v1.14 to use the new field.