Logo
Functions

retrieveApiV1RetrieversRetrieverIdRetrievePost

retrieveApiV1RetrieversRetrieverIdRetrievePost<ThrowOnError>(options): RequestResult<CompositeRetrievalResult, HTTPValidationError, ThrowOnError>

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

Retrieve Retrieve data using a Retriever.

Type Parameters

ThrowOnError

ThrowOnError extends boolean = false

Parameters

options

OmitKeys<RequestOptions<ThrowOnError, string>, "body" | "url"> & RetrieveApiV1RetrieversRetrieverIdRetrievePostData & Pick<RequestOptions<ThrowOnError, string>, "headers">

Returns

RequestResult<CompositeRetrievalResult, HTTPValidationError, ThrowOnError>

On this page