List traces in a public shared thread
Returns a page of root traces belonging to the thread identified by the share token. The share token supplies the tenant, project, and thread scope.
Self-hosted deployments require LangSmith v0.16 or later.
Path Parameters
Share token UUID
Query Parameters
repeatable public thread trace fields to include
opaque cursor from a previous page
page size (default 20, max 100)
ASC or DESC
Response
OK
items is the page of root traces in this thread. Which properties are populated on each trace depends on the selects query parameter.
next_cursor is the opaque cursor to pass as cursor on the next request. Null on the final page.
"eyJydW5zX2N1cnNvciI6Imx0KGN1cnNvciwiLi4uIikifQ=="

