Get Chat Conversation By Id
v1.traces.get_chat_conversation_by_id(strconversation_id, TraceGetChatConversationByIDParams**kwargs) -> object
GET/api/v1/traces/chat/{conversation_id}
Retrieve a specific trace by its trace ID. Automatically filters by BusinessId from the current user. Returns all spans in the trace with complete data (no truncation).
Parameters
Returns
object
Get Chat Conversation By Id
from overmind_lab import OvermindLab
client = OvermindLab()
response = client.v1.traces.get_chat_conversation_by_id(
conversation_id="conversation_id",
project_id="182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e",
)
print(response){}Returns Examples
{}