---
title: "Retrieve the list of conversion sankey chart source data"
method: GET
path: "/entities/journeys/{journeyId}/conversion_sankey_charts"
tags: ["Journeys"]
---

# Retrieve the list of conversion sankey chart source data

`GET /entities/journeys/{journeyId}/conversion_sankey_charts`

Retrieve the list of conversion sankey chart source data

## Path parameters

- `journeyId` integer, required

## Response `200`

Retrieve the list of conversion sankey chart source data

- EntitiesGetJourneyConversionSankeyChartsJsonApiResponse
  - `data` JourneySankeyChart[], required
    - `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

## Other responses

- `403` — non-JSON:API formatted error for insufficient permission to access a resource

---

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