Skip to main content

ConversationThread

Lightweight thread registry record for multi-thread management

Usage profiles​

UsageFields and validation
In responsesView fields

In responses​

API JSON uses JSON field names (camelCase).

FieldTypePresenceMeaning
threadIdstringOptionalIdentifier of the conversation thread.
titlestringOptionalDisplay title of the conversation thread.
tagsArray of stringOptionalLabels associated with the resource for organization or filtering.
createdAtstring (date-time)OptionalTime when this record was created.
updatedAtstring (date-time)OptionalTime when this record was last updated.
externalIdstringOptionalCaller-supplied identifier associated with the conversation thread.

Where used​

ReferenceRelationship
Create a new conversation threadPOST /api/v1/llm/create-thread

Download the public reference contract.

Document: DOC-API-MODEL-conversation-thread.