Skip to content

Get web journey run status

Request

GET /v3/web-journeys/{webJourneyId}/runs/{runId}/status

Retrieve the status of a specific web journey run

Security
API_Key
Path
webJourneyIdinteger, (int64)required

Unique identification number for web journey item

Example:107239
runIdinteger, (int64)required

The ID of the web journey run

Example:12345
GET
/v3/web-journeys/{webJourneyId}/runs/{runId}/status
curl -i -X GET \
  https://api.observepoint.com/v3/web-journeys/107239/runs/12345/status \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

Web journey run status retrieved successfully

Bodyapplication/json
statusinteger

The numeric status value of the web journey run

Response
{ "status": 0 }