Logo
Functions

getReportPlanApiV1ReportsReportIdPlanGet

getReportPlanApiV1ReportsReportIdPlanGet<ThrowOnError>(options): RequestResult<ReportPlan, HTTPValidationError, ThrowOnError>

Defined in: packages/cloud/src/client/sdk.gen.ts:5114

Get Report Plan Get the plan for a report.

Type Parameters

ThrowOnError

ThrowOnError extends boolean = false

Parameters

options

OmitKeys<RequestOptions<ThrowOnError, string>, "url"> & GetReportPlanApiV1ReportsReportIdPlanGetData

Returns

RequestResult<ReportPlan, HTTPValidationError, ThrowOnError>

On this page