Complete a human task

View as Markdown
Completes a human task out-of-band, with an optional note and file references that flow into the agent’s context for the tasks that follow. Anyone in the space may complete an unassigned task; claiming first is optional. A second completion is a no-op. Authorization: `space:contribute` (org admins bypass). Errors: 409 `task_blocked` (gates not cleared), 409 `run_not_running`, 422 `not_human_task`, 404.

Authentication

AuthorizationBearer

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

Path parameters

spaceIdstringRequired
runIdstringRequired
taskIdstringRequired

Request

This endpoint expects an object.
notestringOptional<=2000 characters
fileIdslist of stringsOptional

Response

The completed task.
dataobject