Returns information about the current LangSmith deployment: version, instance.
func (
r *InfoService) List(ctx context.Context,
opts ...option.RequestOption) (res *InfoListResponse,
err error
)Returns information about the current LangSmith deployment: version, instance feature flags, batch-ingest limits, and max SDK versions. Unauthenticated by default; set FF_INFO_ENDPOINT_AUTH_REQUIRED=true to require auth.
| Name | Type | Description |
|---|---|---|
ctx* | context.Context | |
opts* | ...option.RequestOption |