Traces
List Workflows
v1.traces.list_workflows(TraceListWorkflowsParams**kwargs) -> object
GET/api/v1/traces/list_workflows
Workflow Details
v1.traces.get_workflow_details(strworkflow_name, TraceGetWorkflowDetailsParams**kwargs) -> object
GET/api/v1/traces/workflow_details/{workflow_name}
Get Trace By Id
v1.traces.get_trace_by_id(strtrace_id, TraceGetTraceByIDParams**kwargs) -> object
GET/api/v1/traces/trace/{trace_id}
List Chat Traces
v1.traces.list_chat_traces(TraceListChatTracesParams**kwargs) -> object
GET/api/v1/traces/chat_list
Get Chat Stats
v1.traces.get_chat_stats(TraceGetChatStatsParams**kwargs) -> object
GET/api/v1/traces/chat_stats
List Chat Conversations
v1.traces.list_chat_conversations(TraceListChatConversationsParams**kwargs) -> object
GET/api/v1/traces/list_chat_conversations
Get Chat Conversation By Id
v1.traces.get_chat_conversation_by_id(strconversation_id, TraceGetChatConversationByIDParams**kwargs) -> object
GET/api/v1/traces/chat/{conversation_id}