Shows events list. `Command syntax:` ```actionscript dag event list -net <net_name> -chain <chain_name> -from {events | events_lasts | threshold | round.new | round.}<round_id_in_hex>} ``` `Options:` ```actionscript -net - name of the Cellframe network. The list of networks can be found in the <Config_dir> \ etc \ network folder folder or received by the Cellframe-Node-Cli Net List command -chain - the name of Chain. The list of chain can be found in the directory <Config_dir> \ etc \ network \ <network_name> or get the Cellframe-Node-App Net List Chains command -from - ledger section, from where the events will be unloaded (events, events_lasts, threshold, round.new). Must be indicated in HEX format. Use "events" as default. ``` ### CLI Example `Command:` ```actionscript cellframe-node-cli dag event list -net riemann -chain zerochain -from events ``` `Response:` ``` 0xC08E77BBDB20C19E9D4A6A6F2FA0AF64990833951E24D7398C0773445898885E: ts_create=Thu, 30 Mar 2023 02:19:40 +0000         0xE94BBE15850C1DBD533BEDD8160CEE0BCF92F3EE8887CA2769C6931C570CD86B: ts_create=Thu, 06 Apr 2023 16:32:00 +0000         0xCB2C05E3601F5F835FE163F29105B10DCC5D9396E52BDCE0F127F79016F60907: ts_create=Mon, 10 Apr 2023 14:53:49 +0000 ...         0x23F9419DBAF7B380EBE12D34565682B15C17AF2D0E5346B51948025526831B52: ts_create=Wed, 22 Nov 2023 19:02:46 +0000 riemann.zerochain have total 28 events : ``` ### JSON-RPC Example ![[JSON-RPC Request - DAG EVENT LIST]]