---
title: "Read budget"
method: GET
path: "/marketing/campaigns/2026-03/{campaignGuid}/budget/totals"
tags: ["Budget"]
---

# Read budget

`GET /marketing/campaigns/2026-03/{campaignGuid}/budget/totals`

Retrieve detailed information about the budget and spend items for a specified campaign, including the total budget, total spend, and remaining budget.
Budget and Spend items may be returned in any order, but the order field specifies their sequence based on the creation date. The item with order 0 is the oldest, and items with higher order values are newer

## Path parameters

- `campaignGuid` string, required

## Response `200`

successful operation

- MarketingCampaignsPublicBudgetTotals
  - `budgetItems` MarketingCampaignsPublicBudgetItem[], required — An array of budget items associated with the campaign. Each item is represented by a PublicBudgetItem object.
    - `amount` number, required — The monetary amount allocated for the budget item.
    - `createdAt` integer, required — The timestamp when the budget item was created.
    - `description` string — A description of the budget item.
    - `id` string, required — The unique identifier for the budget item.
    - `name` string, required — The name of the budget item.
    - `order` integer, required — The order of the budget item, indicating its sequence based on creation date.
    - `updatedAt` integer, required — The timestamp when the budget item was last updated.
  - `budgetTotal` number — The total budget allocated for the campaign.
  - `currencyCode` 'AED' | 'AFN' | 'ALL' | 'AMD' | 'ANG' | 'AOA' | 'ARS' | 'AUD' | 'AWG' | 'AZN' | 'BAM' | 'BBD' | 'BDT' | 'BGN' | 'BHD' | 'BIF' | 'BMD' | 'BND' | 'BOB' | 'BOV' | 'BRL' | 'BSD' | 'BTN' | 'BWP' | 'BYN' | 'BZD' | 'CAD' | 'CDF' | 'CHE' | 'CHF' | 'CHW' | 'CLF' | 'CLP' | 'CNY' | 'COP' | 'COU' | 'CRC' | 'CUC' | 'CUP' | 'CVE' | 'CZK' | 'DJF' | 'DKK' | 'DOP' | 'DZD' | 'EGP' | 'ERN' | 'ETB' | 'EUR' | 'FJD' | 'FKP' | 'GBP' | 'GEL' | 'GHS' | 'GIP' | 'GMD' | 'GNF' | 'GTQ' | 'GYD' | 'HKD' | 'HNL' | 'HRK' | 'HTG' | 'HUF' | 'IDR' | 'ILS' | 'INR' | 'IQD' | 'IRR' | 'ISK' | 'JMD' | 'JOD' | 'JPY' | 'KES' | 'KGS' | 'KHR' | 'KMF' | 'KPW' | 'KRW' | 'KWD' | 'KYD' | 'KZT' | 'LAK' | 'LBP' | 'LKR' | 'LRD' | 'LSL' | 'LYD' | 'MAD' | 'MDL' | 'MGA' | 'MKD' | 'MMK' | 'MNT' | 'MOP' | 'MRU' | 'MUR' | 'MVR' | 'MWK' | 'MXN' | 'MXV' | 'MYR' | 'MZN' | 'NAD' | 'NGN' | 'NIO' | 'NOK' | 'NPR' | 'NZD' | 'OMR' | 'PAB' | 'PEN' | 'PGK' | 'PHP' | 'PKR' | 'PLN' | 'PYG' | 'QAR' | 'RON' | 'RSD' | 'RUB' | 'RWF' | 'SAR' | 'SBD' | 'SCR' | 'SDG' | 'SEK' | 'SGD' | 'SHP' | 'SLL' | 'SOS' | 'SRD' | 'SSP' | 'STN' | 'SVC' | 'SYP' | 'SZL' | 'THB' | 'TJS' | 'TMT' | 'TND' | 'TOP' | 'TRY' | 'TTD' | 'TWD' | 'TZS' | 'UAH' | 'UGX' | 'USD' | 'USN' | 'UYI' | 'UYU' | 'UZS' | 'VEF' | 'VND' | 'VUV' | 'WST' | 'XAF' | 'XAG' | 'XAU' | 'XBA' | 'XBB' | 'XBC' | 'XBD' | 'XCD' | 'XDR' | 'XOF' | 'XPD' | 'XPF' | 'XPT' | 'XSU' | 'XUA' | 'YER' | 'ZAR' | 'ZMW' | 'ZWL', required — The currency code used for the budget and spend amounts, following ISO 4217 standards.
  - `remainingBudget` number — The remaining budget available for the campaign after accounting for all spend items.
  - `spendItems` MarketingCampaignsPublicSpendItem[], required — An array of spend items associated with the campaign. Each item is represented by a PublicSpendItem object.
    - `amount` number, required — The monetary value associated with the spend item.
    - `createdAt` integer, required — The timestamp indicating when the spend item was created.
    - `description` string — A detailed explanation or notes about the spend item.
    - `id` string, required — Unique identifier for the spend item.
    - `name` string, required — The name assigned to the spend item.
    - `order` integer, required — The sequence order of the spend item, where 0 is the oldest.
    - `updatedAt` integer, required — The timestamp indicating when the spend item was last updated.
  - `spendTotal` number — The total amount spent across all spend items in the campaign.

## Other responses

- `default` — An error occurred.

---

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