Skip to main content

IngestionPipelineListResponse

@codebolt/types


Interface: IngestionPipelineListResponse

Defined in: common/types/src/codeboltjstypes/libFunctionTypes/memoryIngestion.ts:126

Memory Ingestion Types Type definitions for memory ingestion pipeline operations

Extends

Properties

PropertyTypeOverridesInherited fromDefined in
data?{ pipelines: IngestionPipeline[]; }MemoryIngestionBaseResponse.data-common/types/src/codeboltjstypes/libFunctionTypes/memoryIngestion.ts:127
data.pipelinesIngestionPipeline[]--common/types/src/codeboltjstypes/libFunctionTypes/memoryIngestion.ts:127
error?string-MemoryIngestionBaseResponse.errorcommon/types/src/codeboltjstypes/libFunctionTypes/memoryIngestion.ts:11
message?string-MemoryIngestionBaseResponse.messagecommon/types/src/codeboltjstypes/libFunctionTypes/memoryIngestion.ts:10
requestIdstring-MemoryIngestionBaseResponse.requestIdcommon/types/src/codeboltjstypes/libFunctionTypes/memoryIngestion.ts:13
successboolean-MemoryIngestionBaseResponse.successcommon/types/src/codeboltjstypes/libFunctionTypes/memoryIngestion.ts:8
timestampstring-MemoryIngestionBaseResponse.timestampcommon/types/src/codeboltjstypes/libFunctionTypes/memoryIngestion.ts:12
typestring-MemoryIngestionBaseResponse.typecommon/types/src/codeboltjstypes/libFunctionTypes/memoryIngestion.ts:7