This command shows a list of queries that have been performed to search for open files.
Usage
openfilesquery list [--path-prefix-contains STRING]
[--name-contains STRING]
[--tenant-id ID]
[--created-gte TIMESTAMP]
[--created-lte TIMESTAMP]
[--state STATE]
[--page-size COUNT]
[--page NUMBER]Options
| Filters the output to include only queries with paths containing the specified string. |
| Filters the output to include only queries with names containing the specified string. |
| Includes only queries for the specified tenant. |
| Incldues only queries created on or after the specified date and time (in format YYYY-MM-DD HH:MM:SS). |
| Incldues only queries on or before the specified date and time (in format YYYY-MM-DD HH:MM:SS). |
| Filter the output by query state. Valid values for |
| Sets the maximum number of entries in an output page. Valid values: 1-1000. Default: 100. |
| Displays a particular output page. By default, page 1 is displayed. Using this option requires that the page size ( |
Example
vcli: admin> openfilesquery list
+----+---------------------+-----------+-------------+-------------------------------------+---------------+-----------+--------------------+
| ID | Created | Tenant-id | Path-prefix | Filters | Async-task-id | State | Name |
+----+---------------------+-----------+-------------+-------------------------------------+---------------+-----------+--------------------+
| 1 | 2025-10-30 12:38:52 | 1 | / | {'return_only_locked_files': False} | 4 | COMPLETED | query_/_1761827932 |
+----+---------------------+-----------+-------------+-------------------------------------+---------------+-----------+--------------------+