Skip to main content

Module tasks_list

Module tasks_list 

Source
Expand description

Tasks list route module.

This module provides the task listing endpoint (GET /api/v1/tasks) for the daemon. The list response is deterministic, read-only, and derived solely from the authoritative projection state. Ordering and pagination follow the contract in plans/p6-006-tasks-list-implementation-plan.md.

Structs§

TaskListResponse
Tasks list response payload.
TaskSummary
A stable task summary returned by the tasks list endpoint.

Functions§

handle
Tasks list handler.
register_routes
Registers the tasks list route in the router builder.