jira.js
    Preparing search index...

    Function getTenantUsageInfo

    • Retrieves comprehensive usage statistics for the current tenant including total object counts and a per-schema breakdown for billing and analytics.

      Parameters

      Returns Promise<
          {
              perSchemaUsageInfo: {
                  objectCount: number;
                  schemaCreatedAt: Date;
                  schemaId: number;
                  schemaName: string;
                  [key: string]: unknown;
              }[];
              totalObjectsCount: number;
              [key: string]: unknown;
          },
      >