Retrieve tasks
Fetch tasks assigned to a customer during an active journey. If you’re unsure how tasks work, the retrieve tasks guide can help.
POST
Retrieve tasks
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"
Previous
Retrieve tasks with their schemaFetch 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.
Next
Retrieve tasks