Lists all GDB **groups** in all active networks. #### CLI Example `Command syntax:` ```actionscript global_db group_list ``` Example: `Command:` ```actionscript cellframe-node-cli global_db group_list ``` `Response:` ```actionscript   group list:                  dag-foobar-zerochain-round.new: 0                 foobar.chain-main.mempool: 0                 foobar.chain-zerochain.mempool: 13                 foobar.nodes.list: 6                 foobar.nodes.states: 6                 foobar.service.orders: 4                 local.general: 1                 local.ledger-cache.foobar.balances: 0                 local.ledger-cache.foobar.delegate_keys: 0                 local.ledger-cache.foobar.emissions: 0                 local.ledger-cache.foobar.spent_txs: 0                 local.ledger-cache.foobar.stake_lock: 0                 local.ledger-cache.foobar.tokens: 0                 local.ledger-cache.foobar.txs: 0                 local.nodes.heated.0x0000000000abcdef: 5         total count: 15 ``` ### JSON-RPC Example ![[JSON-RPC Request - GLOBAL_DB GROUP_LIST]]