CurrentUsageQueryResult is a union datatype related to query results for current usage- Use QueryInProgress, or use the CurrentStats datatype and its parameters. Below are the tables for each datatype:

Table: QueryInProgress

ParameterTypeRequiredDefaultStabilityDescription
Some arguments may be required, as indicated in the Required column. For return datatypes, this indicates that you must specify which fields you want returned in the results.
Table last updated: Oct 2, 2024
queryIdstringyes Long-TermThe unique identifier of the query that's in progress.

Table: CurrentStats

ParameterTypeRequiredDefaultStabilityDescription
Some arguments may be required, as indicated in the Required column. For return datatypes, this indicates that you must specify which fields you want returned in the results.
Table last updated: Sep 24, 2024
ingestIngestyes Long-TermThe ingest for the current statistics. See Ingest.
scannedDataScannedDatayes Long-TermThe scanned data for the current statistics. See ScannedData.
storedDataStoredDatayes Long-TermThe stored data for the current statistics. See StoredData.
usersUsersLimityes Long-TermThe user limits. See UsersLimit.