Windows – List
Definition
The LIST WINDOWS command is used to obtain a list of windows currently configured in the RioDB instance.
Requires WINDOWS, STREAMS, or ADMIN role.
Syntax
LIST WINDOWS;
Output
The output is a JSON formatted list detailing each window.
{
"status": 200,
"statements": 1,
"milliseconds": 0,
"details": [
{
"statement": 1,
"response": [
{
"numeric_window_id": 0,
"stream": "my_bench_stream",
"window_name": "last_10_bids",
"status": "ok"
}
]
}
]
}