---
title: "Read a campaign"
method: GET
path: "/marketing/campaigns/2026-03/{campaignGuid}"
tags: ["Basic"]
---

# Read a campaign

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

Get a campaign identified by a specific campaignGuid with the given properties. Along with the campaign information, it also returns information about assets. Depending on the query parameters used, this can also be used to return information about the corresponding assets' metrics. Metrics are available only if startDate and endDate are provided.

## Path parameters

- `campaignGuid` string, required

## Query parameters

- `endDate` string
- `properties` string[]
- `startDate` string

## Response `200`

successful operation

- MarketingCampaignsPublicCampaignWithAssets
  - `assets` object, required — Contains the assets associated with the campaign, each represented as a collection of campaign assets.
  - `businessUnits` MarketingCampaignsPublicBusinessUnit[], required — An array of business units associated with the campaign, each represented by a PublicBusinessUnit object.
    - `id` integer, required — The unique identifier for the business unit, represented as an integer.
  - `createdAt` string, date-time, required — The date and time when the campaign was created, formatted as a date-time string.
  - `id` string, required — The unique identifier for the campaign.
  - `properties` object, required — A map of key-value pairs representing the properties of the campaign.
  - `updatedAt` string, date-time, required — The date and time when the campaign was last updated, formatted as a date-time string.

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