> ## Documentation Index
> Fetch the complete documentation index at: https://smithers.sh/llms.txt
> Use this file to discover all available pages before exploring further.

# listTickets

> Gateway RPC for listing live work docs (tickets/plans/specs/proposals).

* Method: `listTickets`
* Scope: `ticket:read`
* Transports: HTTP RPC, WebSocket RPC
* Request: `{ kind? }`
* Response: `TicketRow[]`

Lists LIVE work docs from `_smithers_docs`; soft-deleted tombstones (`deleted_at_ms IS NOT NULL`) are filtered server-side and never returned. Pass `kind` (`ticket`/`plan`/`spec`/`proposal`) to scope to one kind; omit it for every kind. Rows are newest-updated first.

Errors are versioned as `v1` and include `InvalidRequest`, `Unauthorized`, `Forbidden`, and `Internal`.
