references/handles-and-identify.md
123 tokens · o200k_base · 564 bytes
Source excerpt starting at line 1.# Handles and Identify Most v2-backed commands accept a UUID, a short ref (`window:N`, `workspace:N`, `pane:N`, `surface:N`), or an index where legacy index-based commands still allow it. ```bashcmux identify --json # focused topology + caller resolutioncmux identify --workspace workspace:2 # route relative actions from a known anchorcmux identify --workspace workspace:2 --surface surface:8 cmux --json --id-format both identify # refs plus UUIDscmux --json --id-format uuids identify```