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

Table: RunningQueries

ParameterTypeRequiredDefaultStabilityDescription
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 Long-TermQueries being executed, at most 1000 queries are returned. See RunningQuery.
totalIncludedByteslongyes Long-TermTotal size of included bytes for all queries being executed.
totalNumberOfClientsintegeryes Long-TermTotal number of clients querying.
totalNumberOfLiveQueriesintegeryes Long-TermTotal number of live queries being executed.
totalNumberOfQueriesintegeryes Long-TermTotal number of queries being executed.
totalQueuedByteslongyes Long-TermTotal size of remaining bytes to be processed for all queries being executed.
totalSkippedByteslongyes Long-TermTotal size of skipped bytes for all queries being executed.
updateAvailableInlongyes Long-TermNumber of milliseconds until next update is available.