> For a complete index of all SignalWire documentation pages, fetch https://signalwire.com/docs/llms.txt

# getAllFunctions

> Get a snapshot of all registered SWAIG functions keyed by name.

Get a snapshot of all registered SWAIG functions keyed by name. Parity accessor
matching Python's `ToolRegistry.get_all_functions`.

## **Parameters**

None.

## **Returns**

`Record<string, SwaigFunction | Record<string, unknown>>` -- A map of function
name to its registered entry.