rlm_task_events
Retrieve task status change events for a swarm, with optional incremental updates using a timestamp filter to track tasks closed since last check.
Instructions
Get canonical htask status change events for a swarm through the legacy task surface.
Filters to task-related htask events such as create, claim, complete, fail, update, unclaim, reassign, and delete.
Use with 'since' parameter to get incremental updates for calculating "tasks closed since last check".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| swarm_id | Yes | Swarm ID | |
| since | No | Only return events after this timestamp (ISO 8601) | |
| limit | No | Maximum events to return |