Get stats for a public shared thread
Returns aggregate stats for the thread identified by the share token.
Self-hosted deployments require LangSmith v0.16 or later.
Headers
application/json or text/event-stream
Path Parameters
Share token UUID
Query Parameters
repeatable public thread stats fields to include
Response
OK
completion_cost is the sum of per-trace completion costs across the thread, in USD. Populated when COMPLETION_COST is selected.
completion_cost_details is the per-sub-category sum of completion cost details across the thread. Populated when COMPLETION_COST_DETAILS is selected.
completion_token_details is the per-sub-category sum of completion token details across the thread. Populated when COMPLETION_TOKEN_DETAILS is selected.
completion_tokens is the sum of per-trace completion token counts across the thread. Populated when COMPLETION_TOKENS is selected.
feedback_stats aggregates run-level feedback across the thread's traces, keyed by feedback key. Populated when FEEDBACK_STATS is selected.
first_start_time is the earliest trace start time in the thread (RFC3339). Populated when FIRST_START_TIME is selected.
last_end_time is the latest trace end time in the thread (RFC3339). Populated when LAST_END_TIME is selected.
last_start_time is the latest trace start time in the thread (RFC3339). Populated when LAST_START_TIME is selected.
latency_p50_seconds is the approximate p50 of trace latency across the thread, in seconds. Populated when LATENCY_P50 is selected.
latency_p99_seconds is the approximate p99 of trace latency across the thread, in seconds. Populated when LATENCY_P99 is selected.
prompt_cost is the sum of per-trace prompt costs across the thread, in USD. Populated when PROMPT_COST is selected.
prompt_cost_details is the per-sub-category sum of prompt cost details across the thread. Populated when PROMPT_COST_DETAILS is selected.
prompt_token_details is the per-sub-category sum of prompt token details across the thread. Populated when PROMPT_TOKEN_DETAILS is selected.
prompt_tokens is the sum of per-trace prompt token counts across the thread. Populated when PROMPT_TOKENS is selected.
total_cost is the sum of per-trace total costs across the thread, in USD. Populated when TOTAL_COST is selected.
total_tokens is the sum of per-trace total token counts across the thread. Populated when TOTAL_TOKENS is selected.
turns is the number of distinct traces (turns) in the thread. Populated when TURNS is selected.

