You can add an additional filter based on nodeId and the Id can be retrieved by clicking on the end node. SELECT to_json(_experience),
timestamp
FROM journey_step_events
WHERE _experience.journeyorchestration.stepevents.journeyVersionID = <journeyVersionId>
and _experience.journeyOrchestration.ste...