---
title: "Executed Campaign Details"
method: GET
path: "/Actions/GetExecutedCampaignDetails"
tags: ["Actions"]
---

# Executed Campaign Details

`GET /Actions/GetExecutedCampaignDetails`

Returns details of every campaign executed on a particular date.

## Query parameters

- `date` string, date-time, required

## Response `200`

Success

- OptimoveAPIModelsOptimoveExecutedCampaignDetails[]
  - `TargetGroupID` integer — The ID of the target group to which the campaign is sent.
  - `CampaignType` string, nullable — Possible results for CampaignType are: * Test/Control * A/B * A/B/N * Self-Optimizing * No Control
  - `Duration` integer — The number of days the campaign is measured for.
  - `LeadTime` integer — The number of days between the day that the customer data is used to generate a campaign and the date on which the campaign is sent to customers.
  - `Notes` string, nullable — Notes added to the campaign.
  - `IsMultiChannel` boolean — Flag to indicate if the campaign will be sent to multiple channels.
  - `IsRecurrence` boolean — Flag to indicate if the campaign is recurring.
  - `Status` string, nullable — Possible results for Status are: * Processed(means the campaign was processed for execution, but hasn’t finished yet) * Successful * Partially Run
  - `Error` string, nullable — The error message, if the campaign failed to execute.
  - `CampaignID` integer — The ID of the campaign Occurrence in Optimove.

---

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