# Get action logs GET /v3/web-journeys/{webJourneyId}/runs/{runId}/actions/{actionSequenceId}/logs Retrieve console logs generated during an action execution Endpoint: GET /v3/web-journeys/{webJourneyId}/runs/{runId}/actions/{actionSequenceId}/logs 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 - `actionSequenceId` (integer, required) The sequence ID of the action Example: 1 ## Response 200 fields (application/json): - `message` (string) The console message - `count` (integer) The number of times this exact console message was encountered in the given context - `level` (string) The console log level Enum: "SEVERE", "WARNING", "INFO", "FINE" - `timestamp` (integer) Timestamp when the log occurred - `source` (string) The file that triggered the console log, if it can be determined ## 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)