| Name | Type | Description |
|---|---|---|
session_id | str | Omit | Default: omitsession_id is the tracing project UUID containing the trace. |
trace_id | str | Omit | Default: omittrace_id is the root trace UUID to share. |
extra_headers | Headers | None | Default: None |
extra_query | Query | None | Default: None |
extra_body | Body | None | Default: None |
timeout | float | httpx.Timeout | None | NotGiven | Default: not_given |
Creates or returns a share token for a run.
Child runs share their trace root.
Self-hosted deployments require LangSmith v0.16 or later.
Send extra headers
Add additional query parameters to the request
Add additional JSON properties to the request
Override the client-level default timeout for this request, in seconds