---
title: "Return the list of activation sankey charts of journey under the bundle"
method: GET
path: "/entities/journey_bundles/{journeyBundleId}/activation_sankey_charts"
tags: ["Journeys"]
---

# Return the list of activation sankey charts of journey under the bundle

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

Return the list of activation sankey charts of journey under the bundle

## Path parameters

- `journeyBundleId` integer, required

## Response `200`

Returns the list of the journey statistics

- PartialJourneyYamlEntitiesJourneyBundleActivationSankeyChartsJsonApiResponse
  - `data` JourneyActivationSankeyCharts[]
    - `stageId` JourneySankeyChart[]
      - `attributes` object
        - `updatedAt` string, datetime
        - `journeyStageId` string, nullable
        - `chart` object
          - `title` string
          - `chartType` 'sankey'
          - `data` JourneySankeyChartNode[]
            - `label` string, required
            - `value` object, required
              - …
          - `metaData` object
            - `links` JourneySankeyChartLink[]
              - …
  - `included` UserJsonApiResource[]
    - `id` string, required
    - `type` 'user', required
    - `attributes` object, required
      - `tdUserId` string, required
      - `name` string, required

---

[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)
