How to view LargeSet data using cli command or using AQL

I am using LargeSet and inserting in set the data is getting inserted properly.
want to view data using cli or AQL query 
Using AQL it prints like this 
Name space I am using is mediationlogs
Set = devices
bin = device_id
aql> select * from mediationlogs.devices
+-----------+---------------+-------+
| device_id | LDTCONTROLBIN | mybin |
+-----------+---------------+-------+
|           |               |       |
|           |               |       |
|           |               |       |
|           |               |       |
|           |               |       |
|           |               |       |
|           |               |       |
|           |               |       |
|           |               |       |
|           |               |       |
|           |               |       |
+-----------+---------------+-------+
11 rows in set (0.043 secs)
   
There is data in bin but it doesn't show in AQL 

   Also using CLI it show None Value 
   cli -n mediationlogs -s devices -b device_id -k 1043:2016-01-07
{'LDTCONTROLBIN': None, 'device_id': None}

Can you help me how to view data using cli and AQL for LargeSet