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.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
Unique identifier for the journey instance.
"PiIuACmx8Q8R7qPnAkLAqBAT"
Response
Successfully retrieved tasks and schemas.
Current status of the journey instance.
Completed, InProgress, Failed, Paused Unique identifier for the active journey instance.
List of active tasks for the journey instance.
A map of schema identifiers to their JSON Schema (draft-07) definitions. Each key corresponds to the reference value in a task's schema object.