v1
latestOpenAPI 3.0.3MIT2026-07-267013.8 KBRetrieve 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.
post/journey/task/list/schema
Request body
Example request
{
"instanceId": "PiIuACmx8Q8R7qPnAkLAqBAT"
}Response
Successfully retrieved tasks and schemas.
Example response
{
"tasks": [
{
"taskId": "Tkr7OENkIqYR8Y2CnrIW3TX-",
"variantId": "US_AgeVerification_Source1IncludingDOB"
}
]
}