Expand description
Runs list route module.
This module provides the run listing endpoint (GET /api/v1/runs) 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-008-runs-list-implementation-plan.md.
Structs§
- RunList
Response - Runs list response payload.
- RunSummary
- A stable run summary returned by the runs list endpoint.
Functions§
- handle
- Runs list handler.
- register_
routes - Registers the runs list route in the router builder.