# libtmux.Server.where

- **Module:** libtmux.Server
- **Package:** libtmux
- **Language:** Python
- **Kind:** method
- **Source:** https://github.com/tmux-python/libtmux/blob/036c521c4b83ce6e434eb50afe2a0d08a6a05e46/src/libtmux/server.py#L2766
- **Page:** https://libtmux.org/reference/py/libtmux-server-where/

```
libtmux.Server.where(self, kwargs: dict[str, t.Any]) -> list[Session]
```

Filter through sessions, return list of :class:`Session`.
