v3 API//
- Get action logs
Get web journeys
Create web journey
Delete web journeys by domain or folder
Get web journey by ID
Update web journey
Delete web journey
Undelete a web journey
Get web journey status
Get web journey actions
Update web journey actions
Get web journey action by ID
Update web journey action
Get web journey run status
Delete web journey run
Delete current web journey run
Get web journey notification configuration
Update web journey notification configuration
Get web journey rules
Update web journey rules
Get web journey action rules
Update web journey action rules
Get web journey remote file mappings
Update web journey remote file mappings
Get action requests
Get all labels attached to specified web journey
Patch labels attached to specified web journey
Get journey configuration info for specified journey run
Run web journey
Get action logs
GET /v3/web-journeys/{webJourneyId}/runs/{runId}/actions/{actionSequenceId}/logs
Retrieve console logs generated during an action execution
Security
API_Key
GET
curl -i -X GET \
https://api.observepoint.com/v3/web-journeys/107239/runs/12345/actions/1/logs \
-H 'Authorization: YOUR_API_KEY_HERE'Action logs retrieved successfully
Array []
The number of times this exact console message was encountered in the given context
Response
[ { "message": "string", "count": 1, "level": "SEVERE", "timestamp": 0, "source": "string" } ]