Run a saved user journey
run_journeyReplays a saved multi-step journey against its registered site and checks accessibility at each step. Returns a run ID to poll for results.
Instructions
Replays a saved multi-step journey (e.g. "add to cart -> checkout") against its registered site and checkpoints accessibility at each step. Pro+ (JOURNEYS; also AUTHENTICATED_SCANS when the journey logs in). Steps and any login credential always come from the journey's own saved configuration — never accepted here. Queues the run and returns immediately with a runId — call get_journey_run to poll.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| siteHost | Yes | The registered site's normalized host. | |
| journeyName | Yes | The saved journey's name, as configured in the app. |