pinpoint_get_journey_runs: Provides information about the runs of a journey

View source: R/pinpoint_operations.R

pinpoint_get_journey_runsR Documentation

Provides information about the runs of a journey

Description

Provides information about the runs of a journey.

See https://www.paws-r-sdk.com/docs/pinpoint_get_journey_runs/ for full documentation.

Usage

pinpoint_get_journey_runs(
  ApplicationId,
  JourneyId,
  PageSize = NULL,
  Token = NULL
)

Arguments

ApplicationId

[required] The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.

JourneyId

[required] The unique identifier for the journey.

PageSize

The maximum number of items to include in each page of a paginated response. This parameter is not supported for application, campaign, and journey metrics.

Token

The NextToken string that specifies which page of results to return in a paginated response.


paws.customer.engagement documentation built on Sept. 12, 2023, 1:19 a.m.