---
title: "Read campaign spend item"
method: GET
path: "/marketing/campaigns/2026-03/{campaignGuid}/spend/{spendId}"
tags: ["Spend"]
---

# Read campaign spend item

`GET /marketing/campaigns/2026-03/{campaignGuid}/spend/{spendId}`

Read a campaign spend item by its spendId

## Path parameters

- `campaignGuid` string, required
- `spendId` integer, required

## Response `200`

successful operation

- MarketingCampaignsPublicSpendItem
  - `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.

## 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)
