Skip to main content

GetThreadResponse

@codebolt/types


Interface: GetThreadResponse

Defined in: common/types/src/codeboltjstypes/libFunctionTypes/thread.ts:158

Response for getting thread details

Extends

Properties

PropertyTypeInherited fromDefined in
agentId?string-common/types/src/codeboltjstypes/libFunctionTypes/thread.ts:164
createdAt?string-common/types/src/codeboltjstypes/libFunctionTypes/thread.ts:165
description?string-common/types/src/codeboltjstypes/libFunctionTypes/thread.ts:162
error?stringBaseThreadSDKResponse.errorcommon/types/src/codeboltjstypes/libFunctionTypes/thread.ts:10
message?stringBaseThreadSDKResponse.messagecommon/types/src/codeboltjstypes/libFunctionTypes/thread.ts:9
metadata?Record<string, unknown>-common/types/src/codeboltjstypes/libFunctionTypes/thread.ts:167
status?string-common/types/src/codeboltjstypes/libFunctionTypes/thread.ts:163
success?booleanBaseThreadSDKResponse.successcommon/types/src/codeboltjstypes/libFunctionTypes/thread.ts:8
thread?ThreadData-common/types/src/codeboltjstypes/libFunctionTypes/thread.ts:159
threadId?string-common/types/src/codeboltjstypes/libFunctionTypes/thread.ts:160
title?string-common/types/src/codeboltjstypes/libFunctionTypes/thread.ts:161
updatedAt?string-common/types/src/codeboltjstypes/libFunctionTypes/thread.ts:166