pub async fn runs_list(
__arg0: State<AppState>,
__arg1: Query<RunsListQuery>,
) -> Result<Json<RunsListResponse>, ApiError>Expand description
GET /v1/runs?task_id=&status=&limit=&offset= — filtered Run
collection, newest-first. The collection read that was missing from
the Run CRUD surface (only GET /v1/runs/:id existed before the
per-step run stats work).