Skip to main content

how-to-get-tables-information

Goal

Query infomation of a table

Before you begin

Command

clio get table <account> <scope> <table>

Example

clio get table sysio sysio abihash

Output:

{
"rows": [{
"owner": "sysio",
"hash": "38589666191bf8ad1f1c3e9ee0387f4e7d77ed9a410d5f2f35698aaf82e0f94d"
}
],
"more": false,
"next_key": ""
}