Skip to main content
POST
Fetch journey state

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
instanceId
string
required

Unique identifier for the journey instance.

Example:

"Pq_hhIX6-sHUy9FLSDzPLu"

Response

200 - application/json

Journey state retrieved successfully.

instanceId
string

Unique identifier for the journey instance.

status
string

Current status of the journey (e.g., InProgress, Completed).

context
object

Full journey context including subject data, result, and process information.