Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.6 KB

File metadata and controls

23 lines (18 loc) · 1.6 KB

Trace

Properties

Name Type Description Notes
id String The unique identifier of a trace
timestamp String The timestamp when the trace was created
name Option<String> The name of the trace [optional]
input Option<serde_json::Value> The input data of the trace. Can be any JSON. [optional]
output Option<serde_json::Value> The output data of the trace. Can be any JSON. [optional]
session_id Option<String> The session identifier associated with the trace [optional]
release Option<String> The release version of the application when the trace was created [optional]
version Option<String> The version of the trace [optional]
user_id Option<String> The user identifier associated with the trace [optional]
metadata Option<serde_json::Value> The metadata associated with the trace. Can be any JSON. [optional]
tags Option<Vec> The tags associated with the trace. Can be an array of strings or null. [optional]
public Option<bool> Public traces are accessible via url without login [optional]
environment Option<String> The environment from which this trace originated. Can be any lowercase alphanumeric string with hyphens and underscores that does not start with 'langfuse'. [optional]

[Back to Model list] [Back to API list] [Back to README]