# Get web journey status GET /v3/web-journeys/{webJourneyId}/status Retrieve the current status of a web journey Endpoint: GET /v3/web-journeys/{webJourneyId}/status Security: API_Key ## Path parameters: - `webJourneyId` (integer, required) Unique identification number for web journey item Example: 107239 ## Response 200 fields (application/json): - `status` (string, required) Status of a web journey run Enum: "NotChecked", "Ok", "Failure", "PageFailure", "ActionFailure", "RulesFailure", "ExecutingActions", "ProcessingRules" - `webJourneyRunning` (boolean, required) Whether the web journey is currently running - `lastCheck` (string,null) When the web journey was last executed Example: "2023-06-01T16:45:00Z" - `queued` (boolean, required) Whether the web journey is queued for execution ## Response 401 fields (application/json): - `timestamp` (string) - `message` (string) - `details` (string) - `validationReport` (object) ## Response 403 fields (application/json): - `timestamp` (string) - `message` (string) - `details` (string) - `validationReport` (object) ## Response 404 fields (application/json): - `timestamp` (string) - `message` (string) - `details` (string) - `validationReport` (object)