Returns all runs within the trace identified by the share token.
func (
r *PublicRunService) Query(ctx context.Context,
shareToken string,
params PublicRunQueryParams,
opts ...option.RequestOption) (res *PublicRunQueryResponse,
err error
)Returns all runs within the trace identified by the share token. The share token supplies the tenant, project, and trace scope.
Self-hosted deployments require LangSmith v0.16 or later.
| Name | Type | Description |
|---|---|---|
ctx* | context.Context | |
shareToken* | string | |
params* | PublicRunQueryParams | |
opts* | ...option.RequestOption |