Skip to main content
Silvio6
Level 6
September 14, 2026
Question

Rulesets at journey level

  • September 14, 2026
  • 2 replies
  • 26 views

TITLE EDIT: Rulesets at action level

hi ! is there a way to retrieve all journeys which are using a rule set? using API or query service? I already know that journey_step_events is handling those ruleset values but is there another way at action (communication) level? thanks

    2 replies

    SatheeskannaK
    Community Advisor
    Community Advisor
    September 15, 2026

    @Silvio6 I don’t think you will be able to pull this information at the rule set level.

    System Limitation: You cannot pull data directly at the ruleset level.
    Workaround Solution: You can inspect a single journey's ruleset information by using a GET call (https://platform.adobe.io/data/journey-optimizer/journeys/{JOURNEY_ID}).
    Scope Restriction: This workaround only works for one journey at a time, not for all journeys simultaneously.
    Recommended Next Step: Submit a feature enhancement request to Adobe.
    Proposed Feature Idea: Request a cross-referencing view similar to fragments, where you can look at a ruleset and see all the journeys or campaigns that reference it.

    Thanks, Sathees
    Pulkit_Jain_
    Adobe Employee
    Adobe Employee
    September 17, 2026

    @Silvio6 
    No dedicated "journeys by ruleset" API exists, at either journey or action level.

    Journeys API: no ruleSetId filter. Only option is list all journeys, GET each full definition, and search the JSON for the ruleset ID inside the action/message nodes.
    journey_step_events: only surfaces rulesets that actually caused a discard (rejectedRuleset.ID) not a full inventory of every journey configured with that ruleset, whether triggered or not.
    So there's no reverse-lookup by ruleset today, you'd have to enumerate journeys via the API and search their definitions yourself.