---
title: "Returns an attributed view of the aggregated boosting profile."
method: GET
path: "/campaign/boost/insights"
tags: ["Campaign"]
---

# Returns an attributed view of the aggregated boosting profile.

`GET /campaign/boost/insights`

## Response `200`

OK

- GetBoostInsightsEndpointOutput
  - `mode` 'Automatic' | 'Manual', required
  - `manualOverrideLevel` integer, nullable, required — The manual override level, if manual mode is active.
  - `globalBoost` GetBoostInsightsEndpointGlobalBoostOutput, required
    - `effectiveLevel` integer, required
    - `contributors` GetBoostInsightsEndpointLevelContributorOutput[], required
      - `campaignId` string, required
      - `campaignName` string, required
      - `level` integer, required
  - `prospectBlacklist` GetBoostInsightsEndpointAudienceOutput[], required — Prospect blacklist insights.
    - `externalAudienceId` integer, required
    - `contributors` GetBoostInsightsEndpointContributorOutput[], required
      - `campaignId` string, required
      - `campaignName` string, required
  - `distillingBoosts` GetBoostInsightsEndpointLeveledAudienceOutput[], required — Distilling boost insights.
    - `externalAudienceId` integer, required
    - `effectiveLevel` integer, required
    - `contributors` GetBoostInsightsEndpointLevelContributorOutput[], required
      - `campaignId` string, required
      - `campaignName` string, required
      - `level` integer, required
  - `labelingBoosts` GetBoostInsightsEndpointLeveledAudienceOutput[], required — Labeling boost insights.
    - `externalAudienceId` integer, required
    - `effectiveLevel` integer, required
    - `contributors` GetBoostInsightsEndpointLevelContributorOutput[], required
      - `campaignId` string, required
      - `campaignName` string, required
      - `level` integer, required

## Other responses

- `400` — Bad Request
- `401` — Unauthenticated
- `403` — Forbidden

---

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