v2 API//
- Get request logs of specified manual journey run
Get all manual journeys
Create new manual journey
Get default certificate metadata
Get manual journey
Initialize manual journey run
Update manual journey
Delete manual journey
Delete manual journey via POST request
Create a manual journey run within the manualJourneyId based on uploaded har files.
Get manual journey labels
Update manual journey labels
Delete manual journey label
Get manual journey rules
Update manual journey rules
Get all available manual journey runs
Get specified manual journey run
Delete manual journey run
Create new action in specified manual journey run
Get specified manual journey run action
Deletes specified manual journey run action
Manual journey run control request
Get manual journey run labels
Update manual journey run labels
Delete manual journey run label
Get request filters of specified manual journey run
Set request filters for specified manual journey run
Reset request filters for specified manual journey run
Get tags of specified manual journey run
Get request logs of speci...
GET /v2/manual-journeys/{manualJourneyId}/runs/{runId}/request-logs
Security
API_Key
GET
curl -i -X GET \
'https://api.observepoint.com/v2/manual-journeys/{manualJourneyId}/runs/{runId}/request-logs' \
-H 'Authorization: YOUR_API_KEY_HERE' \
-H 'Content-Type: application/json' \
-d '{
"limit": 0,
"offset": 0
}'Response
[ { "enabledSsl": true, "id": "string", "journeyTagIds": [ … ], "requestInfo": [ … ], "requestLog": "string", "responseInfo": [ … ], "stepId": 0, "timestamp": 0 } ]