Skip to main content
POST
Retrieve tasks

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
instanceId
string
required

Unique identifier for the journey instance.

Example:

"PiIuACmx8Q8R7qPnAkLAqBAT"

Response

201 - application/json

Tasks retrieved successfully.

status
string

Current status of the journey.

Example:

"InProgress"

instanceId
string

Unique identifier for the instance.

tasks
object[]