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.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Unique identifier for the journey instance.
"PiIuACmx8Q8R7qPnAkLAqBAT"
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.