Skip to main content
GET
Fetch single thread

Authorizations

Authorization
string
header
required

Bearer token authentication. Format: 'Bearer '

Path Parameters

use_case_id
string
required
thread_id
string
required

Query Parameters

include_entries
boolean
default:false

Response

Successful Response

Pydantic model for a thread in the response of the fetch threads endpoint.

thread_id
string
required
chats
KnowledgeAssetChat · object[]
required
updated_at
string<date-time>
required
read-only

Returns the latest updated_at from all chats in the thread, or datetime.min if no chats exist.

title
string | null
required

Returns the title of the thread, or None.