Logo
Functions

paginatedListPipelineDocumentsApiV1PipelinesPipelineIdDocumentsPaginatedGet

paginatedListPipelineDocumentsApiV1PipelinesPipelineIdDocumentsPaginatedGet<ThrowOnError>(options): RequestResult<PaginatedListCloudDocumentsResponse, HTTPValidationError, ThrowOnError>

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

Paginated List Pipeline Documents Return a list of documents for a pipeline.

Type Parameters

ThrowOnError

ThrowOnError extends boolean = false

Parameters

options

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

Returns

RequestResult<PaginatedListCloudDocumentsResponse, HTTPValidationError, ThrowOnError>

On this page