Tasks
List and Search
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
200 - application/json
Successful response
ID of the workflow this task belongs to.
Example:
1
ID of the current step in the workflow that this task is working on.
Example:
1
Current status of the task.
Available options:
active
, pending
, failed
Example:
"active"
Name assigned to the task.
Example:
"Task Name"
Detailed description of the task.
Example:
"This is the description you want to give for your task."
External ID for matching with external systems.
Example:
"This is an external ID if you want to match an external system."
Arbitrary data stored for future references.
Example:
{}