---
title: "Retrieves a Campaign resource."
method: GET
path: "/campaigns/{id}"
tags: ["Campaign"]
---

# Retrieves a Campaign resource.

`GET /campaigns/{id}`

Retrieves a Campaign resource.

## Path parameters

- `id` string, required

## Response `200`

Campaign resource

- Campaign
  - `id` string
  - `integration` string — The key of the integration source e.g. "quickbooks", or "xero"
  - `srcId` string — the unique identifier of the source 3rd party integration
  - `campaignName` string, nullable — name of the campaign
  - `campaignOwner` string, nullable — name of the person the campaign responsibility is assigned to
  - `description` string, nullable — details about the campaign
  - `startDate` string, date-time, nullable — campaign start time date
  - `endDate` string, date-time, nullable — campaign end time date
  - `budgetedCost` string, nullable — planned amount to spent on the campaign
  - `actualCost` string, nullable — actual amount spent on the campaign
  - `expectedRevenue` string, nullable — expected revenue from the campaign
  - `status` string, nullable — status of the campaign e.g:done
  - `created` string, date-time, nullable — when the campaign is created
  - `modified` string, date-time, nullable — when the campaign attributes is modified
  - `nExpectedResponse` integer, nullable

## Other responses

- `404` — Resource not found

---

[API](https://skmtc.net/bossinsights/apis/boss-insights.md) · [All operations](https://skmtc.net/bossinsights/apis/boss-insights/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bossinsights/boss-insights/revisions/d08a107895ad/schema)
