What is Threads?
Threads are conversation groupings for chatlogs. You can easily track multi-turn conversations by passing in a Thread ID when logging.You will love it when you want to:
- Track multi-turn conversations.
- Check the whole conversation history instead of a single log.
Quick start
In your API payload, passthread_identifier
to group the chatlogs into a thread. Every log with the same thread_identifier
will be grouped into the same thread.
Python
thread_identifier
. This approach is particularly useful for conversational AI applications, as it organizes chat history into a single thread.
View threads on the platform
Go to Threads
There’s a Threads page on the platform where you can view all the threads you’ve created.
Open a Thread in Logs
To view the detailed logs within a thread:- Click the
Open in Logs
button in the side panel to access the thread’s complete log history.

- Browse through all logs associated with the thread. Select any individual log entry to view its complete details.
