pub async fn list(__arg0: State<Arc<AppState>>) -> impl IntoResponseExpand description
List all webhook configs.
Mounted at GET /api/v1/webhooks. Each entry carries the most recent
invocation (if any) so the TUI dashboard renders without an N+1 fetch.