---
title: "POST /v2/campaigns-summary"
method: POST
path: "/v2/campaigns-summary"
---

# POST /v2/campaigns-summary

`POST /v2/campaigns-summary`

Provides summary information about the campaigns under the specified Amazon Connect account.

## Request body

- object
  - `maxResults` integer — The maximum number of results to return per page.
  - `nextToken` string — The token for the next set of results.
  - `filters` object — Filter model by type
    - `instanceIdFilter` InstanceIdFilter — Connect instance identifier filter
      - `value` string, required — Amazon Connect Instance Id
      - `operator` 'Eq', required — Operators for Connect instance identifier filter

## Response `200`

Success

- ListCampaignsResponse — The response for ListCampaigns API.
  - `nextToken` string — The token for the next set of results.
  - `campaignSummaryList` CampaignSummary[] — A list of Amazon Connect campaigns.
    - `id` string, required — Identifier representing a Campaign
    - `arn` string, required — The resource name of an Amazon Connect campaign.
    - `name` string, required — The name of an Amazon Connect Campaign name.
    - `connectInstanceId` string, required — Amazon Connect Instance Id
    - `channelSubtypes` ChannelSubtype[], required — Channel subtype list
    - `type` 'MANAGED' | 'JOURNEY' — The type of campaign externally exposed in APIs.
    - `schedule` Schedule — Campaign schedule
      - `startTime` string, date-time, required — Timestamp with no UTC offset or timezone
      - `endTime` string, date-time, required — Timestamp with no UTC offset or timezone
      - `refreshFrequency` string — Time duration in ISO 8601 format
    - `entryLimitsConfig` EntryLimitsConfig — Campaign entry limits config
      - `maxEntryCount` integer, required — Maximum number of times a participant can enter the campaign. A value of 0 indicates unlimited entries. Values of 1 or greater specify the exact number of entries allowed.
      - `minEntryInterval` string, required — Minimum time interval that must pass before a participant can enter the campaign again.
    - `connectCampaignFlowArn` string — Amazon Resource Names(ARN)

## Other responses

- `480` — InternalServerException
- `481` — ValidationException
- `482` — AccessDeniedException

---

[API](https://skmtc.net/aws/apis/connectcampaignsv2.md) · [All operations](https://skmtc.net/aws/apis/connectcampaignsv2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/connectcampaignsv2/versions/d9204d79443e/schema)
