GET /v3/web-journeys
Retrieve all web journeys with optional filtering
Security
API_Key
GET
curl -i -X GET \
'https://api.observepoint.com/v3/web-journeys?domainId=123&monitored=true&accountId=456' \
-H 'Authorization: YOUR_API_KEY_HERE'List of web journeys retrieved successfully
Array []
Frequency options for web journey execution
Enum:"paused""once""15 minutes""1 hour""6 hours""12 hours""daily""weekly""biweekly""monthly"
Example:"daily"
Human-readable description of the user agent
Example:"Chrome Browser"
Whether this journey is monitored by script services
Example:true
When the next execution is scheduled
Example:"2023-06-02T10:30:00Z"
Response
[ { "id": 12345, "name": "E-commerce Checkout Flow", "notes": "Tests the complete checkout process", "domainId": 123, "userId": 456, "folderId": 789, "browserWidth": 1920, "browserHeight": 1080, "loadVideos": true, "vpnEnabled": false, "gpcEnabled": true, "blockThirdPartyCookies": false, "frequency": "daily", "location": "US-West", "userAgent": "Chrome/91.0.4472.124", "userAgentDescription": "Chrome Browser", "customProxy": "proxy.example.com:8080", "monitoredByScriptServices": true, "createdAt": "2023-06-01T10:30:00Z", "nextCheck": "2023-06-02T10:30:00Z", "schedule": { … } } ]