Customer Journey
Retrieve tasks with their schema
Fetch all currently active tasks along with their corresponding JSON schema. This allows you to see the expected input fields for each task in a single API call.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Unique identifier for the journey instance.
Example:
"PiIuACmx8Q8R7qPnAkLAqBAT"
Response
200
application/json
Successfully retrieved tasks and schemas.
Unique identifier for the active journey instance.
Current status of the journey instance.
Available options:
Completed
, InProgress
, Failed
, Paused
List of schemas for tasks.