Tasks

Deliver a steering message to a running task

post/api/tasks/{id}/steer

Path parameters

idstring required

Request body

messagestring required
mode'steer' | 'queue'
onUnsupported'degrade' | 'fail'
source'ui' | 'mcp' | 'script' | 'slack' | 'api'
requestedByUserIdstring

Response

Steering accepted (see outcome for what actually happened)

outcome'steered' | 'queued' | 'promoted' required
steeringMessageIdstring uuid
promotedTaskIdstring uuid
effectiveMode'steer' | 'queue' required
degradedFrom'steer' | 'queue'

Changes

Changed in 2 of the 104 revisions of this API.6

    • added the media type application/json for the response with the status

      response-media-type-added

    • added the media type application/json for the response with the status

      response-media-type-added

    • added the media type application/json for the response with the status

      response-media-type-added

    • added the media type application/json for the response with the status

      response-media-type-added

    • added the media type application/json for the response with the status

      response-media-type-added

    • endpoint added

      endpoint-added