List tasks in a queue
list_tasksInspect tasks in a queue with optional state filter, cursor-based paging, and limit. Returns tasks and per-state counts.
Instructions
List/inspect tasks in a queue. Optional state filter (queued/claimed/done/failed/dead), after (seq cursor — pass a prior result's latest seq to page) and limit (default 100, max 1000). Returns the tasks plus per-state counts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | seq cursor for paging | |
| limit | No | ||
| queue | Yes | ||
| state | No |