Headers
Your Langtail API Key
Example:
"<LANGTAIL_API_KEY>"
Path Parameters
The ID of the thread to retrieve.
Response
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.
Example:
{
"user_id": "user_123",
"conversation_topic": "product_inquiry",
"priority": "high"
}