Returns runs for a trace ID within min/max start time. Optional filter;
repeatable selects to select fields to return.
Self-hosted deployments require LangSmith v0.16 or later.
listRuns(
traceID: string,
params: TraceListRunsParams,
options: RequestOptions
): APIPromise<TraceListRunsResponse>| Name | Type | Description |
|---|---|---|
traceID* | string | |
params* | TraceListRunsParams | |
options | RequestOptions |
const response = await client.traces.listRuns(
'182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e',
{ project_id: '182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e' },
);