Lists actual polls in the net.
`Command syntax:`
```actionscript
poll list
-net <net_name>
```
`Options:`
```actionscript
-net - name of the Cellframe Network. The list of networks can be found in the <Config_dir> \ etc \ network folder or received by The Cellframe-Node-CLI using command - net list
```
### CLI Example
`Command:`
```actionscript
cellframe-node-cli poll list -net riemann
```
`Response:`
```actionscript
#most of the results were missed to make this response readable
poll_tx: 0xD6AE0A94E7F1E162A3335ECED90758E76B2DBBA60D03B50C3CACC639E0269FDB
question: To be or not to be?
token: tKEL
poll_tx: 0x573C3A0ADCE1E337C48FE62D1A443DE7D134B97D0611B41280ED43E3FCBF0158
question: yes or no?
token: tKEL
poll_tx: 0xAC28B6AFD13ABAD8B125A2B9B7CE9D2349F88DDEF52A075394211D8485878A4B
question: 2: yes or no
token: tKEL
```
### JSON-RPC Example
![[JSON-RPC Request - POLL LIST]]