Skip to main content

Module runs_list

Module runs_list 

Source
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§

RunListResponse
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.