ConversationThread
Lightweight thread registry record for multi-thread management
Usage profiles
| Usage | Fields and validation |
|---|---|
| In responses | View fields |
In responses
API JSON uses JSON field names (camelCase).
| Field | Type | Presence | Meaning |
|---|---|---|---|
threadId | string | Optional | Identifier of the conversation thread. |
title | string | Optional | Display title of the conversation thread. |
tags | Array of string | Optional | Labels associated with the resource for organization or filtering. |
createdAt | string (date-time) | Optional | Time when this record was created. |
updatedAt | string (date-time) | Optional | Time when this record was last updated. |
externalId | string | Optional | Caller-supplied identifier associated with the conversation thread. |
Where used
| Reference | Relationship |
|---|---|
| Create a new conversation thread | POST /api/v1/llm/create-thread |
Download the public reference contract.
Document: DOC-API-MODEL-conversation-thread.