List Panes
list_panesEnumerate your agent's panes sorted newest first. Find a lost pane ID, audit open panes, or get a pagination cursor. Filter by status (open, closed, all) or template ID.
Instructions
Enumerate YOUR agent's panes (newest first). Use it to find a pane_id you lost, audit what's open, or get a cursor for pagination. No secrets in the response (participant tokens are unrecoverable — mint a fresh URL with the participant tool). Filter by status (open|closed|all) or template_id. Returns { items, next_cursor }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Page size (default 50, max 200). | |
| cursor | No | Opaque cursor from a previous page's next_cursor. | |
| status | No | Filter by effective status. Default: open. | |
| template_id | No | Filter to panes instantiated from a specific named template (head id, not version id). |