Skip to main content

IngestionExecuteResponse

@codebolt/types


Interface: IngestionExecuteResponse

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

Memory Ingestion Types Type definitions for memory ingestion pipeline operations

Extends

Properties

PropertyTypeOverridesInherited fromDefined in
data?{ result: IngestionExecutionResult; }MemoryIngestionBaseResponse.data-common/types/src/codeboltjstypes/libFunctionTypes/memoryIngestion.ts:131
data.resultIngestionExecutionResult--common/types/src/codeboltjstypes/libFunctionTypes/memoryIngestion.ts:131
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