UsageStats is a datatype for statistics of system usage.

Table: UsageStats

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: Apr 2, 2025
currentStatsmultiple  Long-TermCurrent usage measurements and limits for ingest, storage, scanned data and users. The multiple datatype consists of (queryId: string): CurrentUsageQueryResult. See QueryInProgress and CurrentStats.
firstUsageTimeStamplongyes Long-TermThe date and time of first usage.
monthlyIngestmultipleyes Long-TermThe monthly amount of ingest. The multiple datatype consists of (month: integer, year: integer, queryId: string): [MonthlyIngestQueryResult]. See QueryInProgress and MonthlyIngest.
monthlyStoredDatamultipleyes Long-TermThe monthly stored data. The multiple datatype consists of (month: integer, year: integer, queryId: string): MonthlyStorageQueryResult. See QueryInProgress and MonthlyStorage.
repositoriesIngestmultipleyes Long-TermThe ingest for the repositories. The multiple datatype consists of (month: integer, year: integer, day: integer, searchFilter: string, skip: integer, limit: integer, orderBy: OrderBy, sortBy: RepositoriesUsageQuerySortBy, queryId: string): RepositoriesUsageQueryResultTypes. See OrderBy, and RepositoriesUsageQuerySortBy. See also QueryInProgress and RepositoriesUsageQueryResult.
repositoriesStoragemultipleyes Long-TermThe storage for the repositories. The multiple datatype consists of (month: integer, year: integer, day: integer, searchFilter: string, skip: integer, limit: integer, orderBy: OrderBy, sortBy: RepositoriesUsageQuerySortBy, queryId: string): RepositoriesUsageQueryResultTypes. See OrderBy, RepositoriesUsageQuerySortBy. and RepositoriesUsageQueryResultTypes,