# libtmux_mcp.models.SearchPanesResult

- **Module:** libtmux_mcp.models
- **Package:** libtmux-mcp
- **Language:** Python
- **Kind:** class
- **Source:** https://github.com/tmux-python/libtmux-mcp/blob/4daddc0dfca96c43bf521d818bf91564e1434760/src/libtmux_mcp/models.py#L634
- **Page:** https://libtmux.org/en/py/latest/mcp/reference/libtmux_mcp-models-searchpanesresult/

Paginated result of :func:`~libtmux_mcp.tools.pane_tools.search_panes`.

Wrapping the match list lets us surface bounded-output information
that a bare ``list`` of
:class:`~libtmux_mcp.models.PaneContentMatch` rows cannot: whether
pagination truncated the result set, which panes were skipped, and
the ``offset``/``limit`` that produced this page. Agents can
re-request with a higher ``offset`` to retrieve subsequent pages.

## Members

- `matches` (attribute)
- `truncated` (attribute)
- `truncated_panes` (attribute)
- `total_panes_matched` (attribute)
- `offset` (attribute)
- `limit` (attribute)
