trinity_tasks
List recent durable task records filtered by agent to inspect queue history and locate task IDs before checking status. Read-only, returns compact task objects in recent-first order.
Instructions
List recent durable task records, optionally filtered by source or target agent. Use this to inspect queue history or find a task id before calling trinity_status. This is read-only, does not run workers, and returns compact task objects in recent-first order.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent | No | Optional agent id to match against source_agent or target_agent. | |
| limit | No | Maximum tasks to return; defaults to 20 and is capped by the server. |