wait_changes
Long-poll the kanban board for new events after a given cursor. Returns immediately when changes exist, eliminating repeated polling cycles.
Instructions
Long-poll change feed: returns AS SOON AS events exist after cursor since
(instant for writes through this server; other processes within ~2s), or empty
after timeout_seconds. since=-1 probes the current cursor without replaying
history — call that once, then loop with the returned cursor. Push semantics
without polling loops.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| since | No | ||
| timeout_seconds | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | Yes | ||
| events | Yes |