SAP AI SDK for JavaScript - v2.8.0
    Preparing search index...

    Variable KPIApiConst

    KPIApi: {
        _defaultBasePath: undefined;
        kpiGet: (
            queryParameters?: { $select?: Set<KpiColumnName> },
        ) => OpenApiRequestBuilder<KpiResultSet>;
    }

    Representation of the 'KPIApi'. This API is part of the 'AI_CORE_API' service.

    Type Declaration

    • _defaultBasePath: undefined
    • kpiGet: (
          queryParameters?: { $select?: Set<KpiColumnName> },
      ) => OpenApiRequestBuilder<KpiResultSet>

      Retrieve the number of executions, artifacts, and deployments for each resource group, scenario, and executable. The columns to be returned can be specified in a query parameter.

      Copyright Ⓒ 2026 SAP SE or an SAP affiliate company. All rights reserved.