RunningQueries is a datatype for queries that are currently being executed.

Table: RunningQueries

ParameterTypeRequiredDefaultDescription
Some arguments may be required, as indicated in the Required column. For some fields, this column indicates that a result will always be returned for this column.
Table last updated: Oct 3, 2024
queries[RunningQuery]yes Queries being executed, at most 1000 queries are returned. See RunningQuery.
totalIncludedByteslongyes Total size of included bytes for all queries being executed.
totalNumberOfClientsintegeryes Total number of clients querying.
totalNumberOfLiveQueriesintegeryes Total number of live queries being executed.
totalNumberOfQueriesintegeryes Total number of queries being executed.
totalQueuedByteslongyes Total size of remaining bytes to be processed for all queries being executed.
totalSkippedByteslongyes Total size of skipped bytes for all queries being executed.
updateAvailableInlongyes Number of milliseconds until next update is available.