# `PgFlowDashboard.Live.RunsLive.Index`
[🔗](https://github.com/agoodway/pgflow/blob/v0.3.4/lib/pgflow_dashboard/live/runs_live/index.ex#L1)

Runs list page with LiveFilter-based filtering.

Uses URL-driven filters for shareable links and Ecto queries via QueryBuilder.

# `operational_filters`

```elixir
@spec operational_filters([LiveFilter.Filter.t()]) :: keyword()
```

Converts active LiveFilter values into options accepted by `PgFlow.Runs`.

Started-at ranges may include either or both endpoints.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
