---
title: "fetch list of active campaigns for a given audience"
method: GET
path: "/api/servicepool/audiences/{identifier}/activeCampaigns"
tags: ["audiences"]
---

# fetch list of active campaigns for a given audience

`GET /api/servicepool/audiences/{identifier}/activeCampaigns`

## Path parameters

- `identifier` string, uuid, required

## Response `200`

list of active campaigns for a given audience

- object
  - `data` AudienceCampaignDto[], required
    - `uuid` string, required — The unique identifier of the audience campaign
    - `companyUuid` string, required — The unique identifier of the company that owns the audience campaign
    - `audienceUuid` string, required — The unique identifier of the audience that the audience campaign is targeting
    - `linkedOpeningUuid` string — The unique identifier of the Hire opening this campaign is linked to. Populated for invitation campaigns created from a Hire opening (category === application); undefined for nurture / event campaigns and historical rows that pre-date this field.
    - `campaignType` 'email' | 'sms', required — The type of campaign
    - `status` 'active' | 'archived' | 'completed' | 'deleted' | 'draft' | 'scheduled' | 'queued', required — The status of the audience campaign
    - `outboundMessages` object[], required
      - `day` number, required — The day of the outbound message
      - `communicateCampaignUuid` string, required — The unique identifier of the communicate campaign
      - `hour` string, required — The hour of the outbound message
      - `minute` string, required — The minute of the outbound message
      - `timezone` string, required — The timezone of the outbound message
      - `stats` object
        - `total` number, required — The total number of messages coming from the audience campaign
        - `sent` number, required — The number of messages sent from the audience campaign
        - `failed` number, required — The number of failed messages from the audience campaign
        - `delivered` number, required — The number of delivered messages from the audience campaign
        - `clicked` number, required — The number of clicked messages from the audience campaign
        - `opened` number, required — The number of messages opened from the audience campaign
        - `unsubscribed` number — The number of recipients who unsubscribed from the audience campaign
      - `calculatedStats` object
        - `deliveryRate` number, required — The message delivery rate of the audience campaign
        - `openRate` number, required — The message open rate of the audience campaign
        - `clickRate` number, required — The message click rate of the audience campaign
        - `bounceRate` number, required — The message bounce rate of the audience campaign
        - `unsubscribeRate` number — The unsubscribe rate of the audience campaign (unsubscribed / delivered)
    - `name` string, required — The name of the audience campaign
    - `from` string, required — The reply-to address of the audience campaign (email only). Emails are sent from noreply@wxp.fountain.com; this address receives replies.
    - `category` 'application' | 'nurture' | 'event', required — The category of the audience campaign
    - `mode` 'dynamic' | 'static', required — The mode of the audience campaign
    - `activatedAt` string, date-time — The date and time the audience campaign was activated
    - `deactivateAt` string, date-time, nullable — The date and time the audience campaign will be deactivated
    - `talentCount` number — The number of talents in the audience campaign
    - `recipients` number — The number of people who have been sent messages as part of this campaign
    - `audienceName` string — The name of the audience associated with the audience campaign
    - `audienceFilterValues` string — The filter values of the audience associated with the audience campaign
    - `timezone` string — The timezone of the audience campaign
    - `messageSendSetting` 'None' | 'ClickCTA' | 'OpensMessage', required — The message send setting of the audience campaign
    - `stats` object
      - `total` number, required — The total number of messages coming from the audience campaign
      - `sent` number, required — The number of messages sent from the audience campaign
      - `failed` number, required — The number of failed messages from the audience campaign
      - `delivered` number, required — The number of delivered messages from the audience campaign
      - `clicked` number, required — The number of clicked messages from the audience campaign
      - `opened` number, required — The number of messages opened from the audience campaign
      - `unsubscribed` number — The number of recipients who unsubscribed from the audience campaign
    - `calculatedStats` object
      - `deliveryRate` number, required — The message delivery rate of the audience campaign
      - `openRate` number, required — The message open rate of the audience campaign
      - `clickRate` number, required — The message click rate of the audience campaign
      - `bounceRate` number, required — The message bounce rate of the audience campaign
      - `unsubscribeRate` number — The unsubscribe rate of the audience campaign (unsubscribed / delivered)
    - `createdAt` string, date-time, required — The date and time the audience campaign was created
    - `createdBy` string, required — The unique identifier of the user who created the audience campaign
    - `updatedAt` string, date-time, required — The date and time the audience campaign was updated
    - `updatedBy` string, required — The unique identifier of the user who updated the audience campaign
    - `deletedAt` string, date-time — The date and time the audience campaign was soft-deleted
    - `deletedBy` string — The unique identifier of the user who soft-deleted the audience campaign
    - `archivedAt` string, date-time — The date and time the audience campaign was archived
    - `archivedBy` string — The unique identifier of the user who archived the audience campaign
  - `meta` ResponsesPartMeta, required
    - `timestamp` string, date-time, required
    - `verb` 'OPTION' | 'GET' | 'PUT' | 'POST' | 'PATCH' | 'DELETE'
    - `path` string
    - `jti` string
    - `rid` string
    - `count` number
    - `status` string
    - `duration` number
    - `size` number

---

[API](https://skmtc.net/fountain/apis/hire-public-api.md) · [All operations](https://skmtc.net/fountain/apis/hire-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fountain/hire-public-api/versions/5f406c0e9462/schema)
