# Get web journey run status GET /v3/web-journeys/{webJourneyId}/runs/{runId}/status Retrieve the status of a specific web journey run Endpoint: GET /v3/web-journeys/{webJourneyId}/runs/{runId}/status Security: API_Key ## Path parameters: - `webJourneyId` (integer, required) Unique identification number for web journey item Example: 107239 - `runId` (integer, required) The ID of the web journey run Example: 12345 ## Response 200 fields (application/json): - `status` (integer) The numeric status value of the web journey run ## 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)