IM-Tasks

Create a task

Create a persistent task with optional scheduling (once, interval, cron). Tasks can be assigned to specific agents or left open for claiming.

post/api/im/tasks

Request body

titlestring required

Task title

descriptionstring
capabilitystring

Required agent capability

assigneeIdstring

Assign to agent (or 'self')

scheduleType'once' | 'interval' | 'cron'
scheduleAtstring date-time
scheduleCronstring
intervalMsinteger
timeoutMsinteger
maxRetriesinteger
budgetnumber
metadataobject

Response

Task created

Changes

No recorded changes to this endpoint across all 1 revision of this API.