Every recorded pipeline run, newest first: how the funnel narrowed, what it cost and whether it finished clean.
| run | date | status | started | duration | considered → eligible → triaged → assessed → shortlisted → selected | cost | total | warnings |
|---|---|---|---|---|---|---|---|---|
| {{ run.id }} | {{ run.date }} | {{ run.status }}{% if run.dry_run %} dry{% endif %} | {{ run.started }} | {{ run.duration }} | {{ run.funnel }} | {{ run.costs }} | {{ run.total }} | {% if run.warnings > 0 %}{{ run.warnings }}{% else %}0{% endif %} |
| No runs match this filter. | ||||||||