---
title: "Returns the list of activations associated with the journey bundle"
method: GET
path: "/entities/journey_bundles/{journeyBundleId}/activations"
tags: ["Journeys"]
---

# Returns the list of activations associated with the journey bundle

`GET /entities/journey_bundles/{journeyBundleId}/activations`

Returns the list of activations associated with the journey bundle

## Path parameters

- `journeyBundleId` integer, required

## Response `200`

Returns the list of activations associated with the journey bundle

- PartialJourneyYamlEntitiesJourneyBundleActivationsJsonApiResponse
  - `data` JourneyActivationStepJsonApiResource[] — unresolved $ref
  - `included` union[]
    - union
      - UserJsonApiResource
        - `id` string, required
        - `type` 'user', required
        - `attributes` object, required
          - `tdUserId` string, required
          - `name` string, required
      - Syndication
        - `id` string, integer
        - `audienceId` string, integer
        - `segmentId` string, integer
        - `name` string
        - `description` string
        - `allColumns` boolean — syndication all column flag ('true' means that you use all attribute data)
        - `columns` union
          - object[] — Syndication column detail. Basic syntax is `{"column": "alias_name", "source": {...}}`. `source` accepts various definitions. See ColumnExpression/StringExpression for details. example value is using ColumnExpression without `function` property.
            - `id` string, uuid
            - `column` string, required
            - `source` union, required
              - …
          - NullValue, nullable
            - `thisKeyNeverHit` string
        - `scheduleType` 'cron' | 'daily' | 'hourly' | 'minutes_interval' | 'monthly' | 'none' | 'weekly'
        - `scheduleOption` string, nullable
        - `startAt` string, ^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}$, nullable — cdp-api will fill some value for old syndications with ScheduleType is not NoneType. '%Y-%M-%DT%h:%m:%s' is expected.
        - `endOn` string, date, nullable
        - `repeatUnit` string, nullable
        - `repeatFrequency` integer, nullable
        - `repeatSubFrequency` integer[] — Parameter for more detailed frequency settings. Values are array of integers. Currently, this parameter is only valid for repeat unit "week". For multiple days of the week, each value should be 1 to 7. 1: Monday, 2: Tuesday, 3: Wednesday, 4: Thursday, 5: Friday, 6: Saturday, 7: Sunday
        - `timezone` string
        - `connectionId` string, integer, nullable
        - `connectorConfig` object, nullable
        - `createdAt` string, date-time
        - `updatedAt` string, date-time
        - `createdBy` User
          - `id` string
          - `td_user_id` string
          - `name` string
        - `updatedBy` User
          - `id` string
          - `td_user_id` string
          - `name` string
        - `valid` boolean
        - `executions` SyndicationExecution[]
          - `workflowId` string, required
          - `workflowSessionId` string, required
          - `createdAt` string, date-time, required
          - `finishedAt` string, date-time, nullable, required
          - `status` 'success' | 'canceled' | 'error' | 'canceling' | 'blocked' | 'queued' | 'running', required
          - `workflowAttemptId` string, required
          - `syndicationId` string
        - `notifyOn` string[]
        - `emailRecipients` integer[]
        - `activationTemplateId` string, nullable

---

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