Skip to content

Create export for web journey run

Request

POST /v3/web-journeys/{webJourneyId}/runs/{runId}/exports/{exportType}
Security
API_Key
Path
webJourneyIdinteger, (int64)required

Unique identification number for web journey item

Example:107239
runIdinteger, (int64)required

Unique identification number for web audit or journey run

Example:33010
exportTypestringrequired

All supported web journey run export types

Enum:"ACTION_SUMMARY""ACTION_TAGS""ACTION_TAG_VARIABLES""RULE_SUMMARY""ACTION_COOKIES""ACTION_NETWORK_REQUESTS""ACTION_BROWSER_LOGS"
Bodyapplication/json

Filters

object

Exact type depends on exportType param, see mapping in WebJourneyRun_ExportTypeToFilterMapping

POST
/v3/web-journeys/{webJourneyId}/runs/{runId}/exports/{exportType}
curl -i -X POST \
  'https://api.observepoint.com/v3/web-journeys/107239/runs/33010/exports/{exportType}' \
  -H 'Authorization: YOUR_API_KEY_HERE' \
  -H 'Content-Type: application/json' \
  -d '{}'

Responses

Details of created export

Bodyapplication/json
exportIdinteger, (int64)required

Unique ID of an export

Response
{ "exportId": 0 }