task_list
Check which tasks are pending in the Kart queue for a specific worker, with pagination support. Retrieve a paginated list of queued tasks to see what is waiting to run.
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 |