v1
latestOpenAPI 3.0.3MIT2026-07-267013.8 KBRetrieve 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/journey/task/list
Request body
Example request
{
"instanceId": "PiIuACmx8Q8R7qPnAkLAqBAT"
}Response
Tasks retrieved successfully.
Example response
{
"status": "InProgress",
"tasks": [
{
"taskId": "TkoviRO58Q8R7qPnAkLAqBAT",
"variantId": "age_verification_all_ssn_dob_required"
}
]
}