Class GetTracesRequest
java.lang.Object
com.langfuse.client.resources.trace.requests.GetTracesRequest
-
Method Details
-
getTags
-
getEnvironment
-
getPage
-
getLimit
-
getUserId
-
getName
-
getSessionId
-
getFromTimestamp
- Returns:
- Optional filter to only include traces with a trace.timestamp on or after a certain datetime (ISO 8601)
-
getToTimestamp
- Returns:
- Optional filter to only include traces with a trace.timestamp before a certain datetime (ISO 8601)
-
getOrderBy
-
getVersion
-
getRelease
-
getFields
- Returns:
- Comma-separated list of fields to include in the response. Available field groups: 'core' (always included), 'io' (input, output, metadata), 'scores', 'observations', 'metrics'. If not specified, all fields are returned. Example: 'core,scores,metrics'. Note: Excluded 'observations' or 'scores' fields return empty arrays; excluded 'metrics' returns -1 for 'totalCost' and 'latency'.
-
getFilter
-
equals
-
getAdditionalProperties
-
hashCode
-
toString
-
builder
-