task_list
List queued tasks for a specified agent, ordered oldest first, with cursor pagination for browsing all pending items. See what is waiting to run in the Kart queue.
Instructions
List tasks still waiting in the Kart queue for one worker agent
(default 'kart'), oldest first, task text truncated to 80 chars. Paginated:
returns {pending, next_cursor} — pass the returned next_cursor as
cursor to fetch the next page. Answers "what is queued to run" — use
task_status for one task's full detail. Requires the fleet Postgres.
Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent | No | kart | |
| limit | No | ||
| app_id | Yes | ||
| cursor | No |