Class ObservationsClient
java.lang.Object
com.langfuse.client.resources.observations.ObservationsClient
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet a observationget(String observationId, RequestOptions requestOptions) Get a observationgetMany()Get a list of observations.getMany(RequestOptions requestOptions) Get a list of observations.getMany(GetObservationsRequest request) Get a list of observations.getMany(GetObservationsRequest request, RequestOptions requestOptions) Get a list of observations.Get responses with HTTP metadata like headers
-
Field Details
-
clientOptions
-
-
Constructor Details
-
ObservationsClient
-
-
Method Details
-
withRawResponse
Get responses with HTTP metadata like headers -
get
Get a observation -
get
Get a observation -
getMany
Get a list of observations.Consider using the v2 observations endpoint for cursor-based pagination and field selection.
-
getMany
Get a list of observations.Consider using the v2 observations endpoint for cursor-based pagination and field selection.
-
getMany
Get a list of observations.Consider using the v2 observations endpoint for cursor-based pagination and field selection.
-
getMany
Get a list of observations.Consider using the v2 observations endpoint for cursor-based pagination and field selection.
-