Skip to content
View as Markdown
View as Markdown

@salesforce/b2c-tooling-sdk / operations/cip / executeCipReport

Function: executeCipReport()

executeCipReport(client, reportName, options): Promise<CipReportQueryResult>

Defined in: packages/b2c-tooling-sdk/src/operations/cip/index.ts:219

Executes a curated report query and returns decoded rows.

Parameters

client

CipClient

The CIP client instance to execute the query with

reportName

string

The name of the curated report to execute

options

CipReportExecutionOptions

Report execution options including params and fetch size

Returns

Promise<CipReportQueryResult>

Promise resolving to the query result containing decoded rows and report metadata

Released under the Apache-2.0 License.