Fully-qualified table name like agent.my_table
"agent.my_table"
Columns to return. Omit to return all columns. Example for agent.ethereum_transactions: [transaction_hash, from_address, value]
["transaction_hash", "from_address", "value"]WHERE conditions (ANDed together)
Max rows to return. Default 20, max 10000
20
Rows to skip for pagination. Default 0
0
ORDER BY clauses