Class RawSessionsClient
java.lang.Object
com.langfuse.client.resources.sessions.RawSessionsClient
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet a session.get(String sessionId, RequestOptions requestOptions) Get a session.list()Get sessionslist(RequestOptions requestOptions) Get sessionslist(GetSessionsRequest request) Get sessionslist(GetSessionsRequest request, RequestOptions requestOptions) Get sessions
-
Field Details
-
clientOptions
-
-
Constructor Details
-
RawSessionsClient
-
-
Method Details
-
list
Get sessions -
list
Get sessions -
list
Get sessions -
list
public LangfuseClientHttpResponse<PaginatedSessions> list(GetSessionsRequest request, RequestOptions requestOptions) Get sessions -
get
Get a session. Please note thattraceson this endpoint are not paginated, if you plan to fetch large sessions, considerGET /api/public/traces?sessionId=<sessionId> -
get
public LangfuseClientHttpResponse<SessionWithTraces> get(String sessionId, RequestOptions requestOptions) Get a session. Please note thattraceson this endpoint are not paginated, if you plan to fetch large sessions, considerGET /api/public/traces?sessionId=<sessionId>
-