Skip to content

Latest commit

 

History

History
41 lines (38 loc) · 10.1 KB

File metadata and controls

41 lines (38 loc) · 10.1 KB

GetTrace

Fields

Field Type Required Description
customer_id str ✔️ N/A
organization_id str ✔️ N/A
workspace_id str ✔️ N/A
user_id str ✔️ N/A
trace_id str ✔️ N/A
root_span_id str ✔️ N/A
root_span_name str ✔️ N/A
start_time date ✔️ N/A
end_time date ✔️ N/A
duration_ns int ✔️ N/A
service_name str ✔️ N/A
environment str ✔️ N/A
conversation_id str ✔️ N/A
workflow_name str ✔️ N/A
agent_id str ✔️ N/A
agent_name str ✔️ N/A
status_code models.GetTraceStatusCode ✔️ N/A
error_count int ✔️ N/A
span_count int ✔️ N/A
gen_ai_span_count int ✔️ N/A
llm_call_count int ✔️ N/A
tool_call_count int ✔️ N/A
retrieval_count int ✔️ N/A
evaluation_count int ✔️ N/A
input_tokens int ✔️ N/A
output_tokens int ✔️ N/A
cache_read_input_tokens int ✔️ N/A
cache_creation_input_tokens int ✔️ N/A
models_used List[str] ✔️ N/A
tools_used List[str] ✔️ N/A
first_turn_last_input_message str ✔️ N/A
first_turn_last_output_message str ✔️ N/A
last_turn_last_input_message str ✔️ N/A
last_turn_last_output_message str ✔️ N/A