Logo
Functions

runSearchApiV1PipelinesPipelineIdRetrievePost

runSearchApiV1PipelinesPipelineIdRetrievePost<ThrowOnError>(options): RequestResult<RetrieveResults, HTTPValidationError, ThrowOnError>

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

Run Search Get retrieval results for a managed pipeline and a query

Type Parameters

ThrowOnError

ThrowOnError extends boolean = false

Parameters

options

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

Returns

RequestResult<RetrieveResults, HTTPValidationError, ThrowOnError>

On this page