Claim task
backlog.claim_taskClaim a task exclusively for an agent session using a TTL to prevent other agents from processing the same task and avoid multi-agent collisions.
Instructions
Claims a task with TTL for an agent/session to avoid multi-agent collisions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | ||
| source | No | ||
| task_id | Yes | ||
| agent_id | Yes | ||
| session_id | Yes | ||
| ttl_seconds | No | ||
| idempotency_key | No |