v1

latestOpenAPI 3.0.3MIT2026-07-267013.8 KB

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/journey/task/list

Request body

instanceIdstring required

Unique identifier for the journey instance.

Example request

{
  "instanceId": "PiIuACmx8Q8R7qPnAkLAqBAT"
}

Response

Tasks retrieved successfully.

statusstring

Current status of the journey.

instanceIdstring

Unique identifier for the instance.

Example response

{
  "status": "InProgress",
  "tasks": [
    {
      "taskId": "TkoviRO58Q8R7qPnAkLAqBAT",
      "variantId": "age_verification_all_ssn_dob_required"
    }
  ]
}