latestOpenAPI 3.0.12026-08-21183382785.0 KB

24caa8eb809b

Journeys

Return the list of statistics of jouney under the bundle

Return the statistics under the journey bundle.

get/entities/journey_bundles/{journeyBundleId}/statistics

Path parameters

journeyBundleIdinteger required

Journey Bundle ID

Response

Returns the list of the journey statistics

Example response

{
  "data": [
    {
      "attributes": {
        "journeyStageStatistics": [
          {
            "stepSizes": {
              "wait_step_abc123": 150,
              "activation_def456": 75
            },
            "stepInfluxes": {
              "wait_step_abc123": 25,
              "activation_def456": 12
            }
          }
        ]
      }
    }
  ]
}