Lists all **keys** of GDB groups in all active networks.
Key can be a `word`, `word combination`, `number`, `node address`, `hash` and everything, which can be represented as a `string`.
#### CLI Example
`Command syntax:`
```actionscript
global_db get_keys
-group <group_name>
```
`Options:`
```actionscript
-group - name of the group (list of names can be acquired using GROUP_LIST command)
```
Example:
`Command:`
```actionscript
cellframe-node-cli global_db get_keys
-group foobar.nodes.list
```
`Response:`
```actionscript
group name: foobar.nodes.list
keys list:
key: 69A4::0747::002F::6C3C
time: Thu, 26 Sep 2024 04:01:51 +0000
type: record
key: 004F::C294::1912::CEF6
time: Thu, 26 Sep 2024 04:01:51 +0000
type: record
key: 0737::46BB::BD54::9B12
time: Thu, 26 Sep 2024 04:01:51 +0000
type: record
key: B671::E83E::ED7E::7FC8
time: Thu, 26 Sep 2024 04:01:51 +0000
type: record
key: C5DC::CEC6::16B1::D8C7
time: Thu, 26 Sep 2024 04:01:52 +0000
type: record
key: 17CD::9A15::709D::FEDD
time: Thu, 26 Sep 2024 04:11:03 +0000
type: record
```
### JSON-RPC Example
![[JSON-RPC Request - GLOBAL_DB GET_KEYS]]