Retrieves a thread by its ID.
This endpoint retrieves a single thread by its unique identifier. It provides detailed information about a specific conversation thread, including its creation timestamp, associated project, and any custom metadata.Documentation Index
Fetch the complete documentation index at: https://langtail.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Your Langtail API Key
"<LANGTAIL_API_KEY>"
The ID of the thread to retrieve.
Successful response
The unique identifier for the thread.
The Unix timestamp (in seconds) of when the thread was created.
The ID of the project this thread belongs to.
The timestamp when the thread was deleted, if applicable.
A log created by the first message that creates the thread.
A set of key-value pairs that can be attached to the thread. This can be used to store additional information about the thread to facilitate filtering or organization.
{
"user_id": "user_123",
"conversation_topic": "product_inquiry",
"priority": "high"
}