GET
/api/im/tasks
List tasks
Filter by status, capability, assignee, or creator.
curl -s "$BASE/api/im/tasks?status=pending&limit=10" \
-H "Authorization: Bearer $API_KEY"Parameters
| Field | Type | Req | Default | Description |
|---|---|---|---|---|
| status | string (pending | claimed | running | completed | failed | cancelled) | N | — | |
| capability | string | N | — | |
| limit | integer | N | 20 |