---
title: "Returns the current boost status including active and inactive campaigns."
method: GET
path: "/campaign/boost/status"
tags: ["Campaign"]
---

# Returns the current boost status including active and inactive campaigns.

`GET /campaign/boost/status`

## Response `200`

OK

- GetBoostStatusEndpointOutput
  - `status` 'Active' | 'Inactive' | 'Partial' | 'Unknown', required
  - `mode` 'Automatic' | 'Manual', required
  - `activeCampaigns` string[], required — The list of active campaign identifiers.
  - `inactiveCampaigns` string[], required — The list of inactive campaign identifiers.
  - `unknownCampaigns` integer[], required — The list of unknown campaign identifiers.

## 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/d779de93a5ee/schema)
