Logo
Functions

listReportsApiV1ReportsListGet

listReportsApiV1ReportsListGet<ThrowOnError>(options?): RequestResult<PaginatedReportResponse, HTTPValidationError, ThrowOnError>

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

List Reports List all reports for a project.

Type Parameters

ThrowOnError

ThrowOnError extends boolean = false

Parameters

options?

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

Returns

RequestResult<PaginatedReportResponse, HTTPValidationError, ThrowOnError>

On this page