Logo
Functions

createRetrieverApiV1RetrieversPost

createRetrieverApiV1RetrieversPost<ThrowOnError>(options): RequestResult<Retriever, HTTPValidationError, ThrowOnError>

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

Create Retriever Create a new Retriever.

Type Parameters

ThrowOnError

ThrowOnError extends boolean = false

Parameters

options

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

Returns

RequestResult<Retriever, HTTPValidationError, ThrowOnError>

On this page