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

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

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

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

## Path parameters

- `journeyBundleId` integer, required

## Response `200`

Returns the list of the journey statistics

- PartialJourneyYamlEntitiesJourneyBundleConversionSankeyChartsJsonApiResponse
  - `data` JourneySankeyChart[]
    - `attributes` object
      - `updatedAt` string, datetime
      - `journeyStageId` string, nullable
      - `chart` object
        - `title` string
        - `chartType` 'sankey'
        - `data` JourneySankeyChartNode[]
          - `label` string, required
          - `value` object, required
            - `id` string
            - `type` 'stage' | 'goal' | 'exit' | 'jump' | 'activation' | 'milestone'
        - `metaData` object
          - `links` JourneySankeyChartLink[]
            - `source` string, required
            - `target` string, required
            - `value` number, required
            - `conversionRate` number
  - `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)
