Task
task_idstring
intentstring
Original natural language intent as submitted by the user
concept_idstring
concept_versionstring
condition_idstring
condition_versionstring
action_idstring
action_versionstring
entity_scopestring
Entity or entity group this task is evaluated against
delivery object
typestringrequired
Possible values: [webhook, notification, email, workflow]
channelstring
For notification/email delivery types
endpointstring
For webhook delivery type
workflow_idstring
For workflow delivery type
statusstring
active — evaluated on schedule. paused — skipped, no evaluation or alerts. deleted — inactive, retained for audit. preview — dry_run result, never persisted.
Possible values: [active, paused, deleted, preview]
created_atstring<date-time>
last_triggered_atstring<date-time>nullable
Task
{
"task_id": "string",
"intent": "string",
"concept_id": "string",
"concept_version": "string",
"condition_id": "string",
"condition_version": "string",
"action_id": "string",
"action_version": "string",
"entity_scope": "string",
"delivery": {
"type": "webhook",
"channel": "string",
"endpoint": "string",
"workflow_id": "string"
},
"status": "active",
"created_at": "2024-07-29T15:51:28.071Z",
"last_triggered_at": "2024-07-29T15:51:28.071Z"
}