Class GetSessionsRequest
java.lang.Object
com.langfuse.client.resources.sessions.requests.GetSessionsRequest
-
Method Details
-
getEnvironment
- Returns:
- Optional filter for sessions where the environment is one of the provided values.
-
getPage
- Returns:
- Page number, starts at 1
-
getLimit
- Returns:
- Limit of items per page. If you encounter api issues due to too large page sizes, try to reduce the limit.
-
getFromTimestamp
- Returns:
- Optional filter to only include sessions created on or after a certain datetime (ISO 8601)
-
getToTimestamp
- Returns:
- Optional filter to only include sessions created before a certain datetime (ISO 8601)
-
equals
-
getAdditionalProperties
-
hashCode
public int hashCode() -
toString
-
builder
-