task_list
Retrieve pending tasks queued for a specified agent, with optional pagination using a cursor. Returns task summaries to monitor what remains to be executed.
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 |