getJourneyRuns

Provides information about the runs of a journey.

Samples

// The following example gets the runs of a journey.
val resp = pinpointClient.getJourneyRuns {
    applicationId = "11111111112222222222333333333344"
    journeyId = "aaaaaaaaaabbbbbbbbbbccccccccccdd"
}