pub async fn view_journeys(
configuration: &Configuration,
app_id: &str,
cursor: Option<&str>,
limit: Option<i32>,
) -> Result<JourneyListResponse, Error<ViewJourneysError>>Expand description
The Journeys API is in beta. Endpoints and response fields can still change. Retrieve a paginated list of journeys for an app. Returns a summary representation of each journey; use View journey for the full configuration. Uses forward-only cursor-based pagination.