Claim a human task
Marks a `ready` human task `in_progress` with the caller as claimant. Claiming is optional — anyone in the space may complete an unassigned task without claiming it. Authorization: `space:contribute` (org admins bypass); missing → 403. Errors: 409 `task_claimed` (someone else holds it), 409 `task_resolved` (already completed/skipped), 409 `run_not_running`, 422 `not_human_task`, 404 unknown task.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
spaceId
runId
taskId
Response
The updated task.
data