LangChain Reference home pageLangChain ReferenceLangChain Reference
  • GitHub
  • Main Docs
Deep Agents
LangChain
LangGraph
Integrations
LangSmith
LangSmith
  • Client
  • Run Trees
  • Traceable
  • Evaluation
  • Schemas
  • Langchain
  • Jest
  • Vitest
  • Wrappers
  • Anonymizer
  • Jestlike
  • Vercel
  • Anthropic
  • Sandbox
⌘I

LangChain Assistant

Ask a question to get started

Enter to send•Shift+Enter new line

Menu

LangSmith
ClientRun TreesTraceableEvaluationSchemasLangchainJestVitestWrappersAnonymizerJestlikeVercelAnthropicSandbox
Language
Theme
JavaScriptlangsmith_openapi_clientresourcesDatasetsRunsExampleWithRunsCh
Interface●Since v0.8

ExampleWithRunsCh

Example schema with list of runs from ClickHouse.

For non-grouped endpoint (/datasets/{dataset_id}/runs): runs from single session. For grouped endpoint (/datasets/{dataset_id}/group/runs): flat array of runs from all sessions, where each run has a session_id field for frontend to determine column placement.

Copy
interface ExampleWithRunsCh

Properties

property
attachment_urls: __type | null
property
created_at: string
property
dataset_id: string
property
id: string
property
inputs: __type
property
metadata: __type | null
property
modified_at: string | null
property
name: string
property
outputs: __type | null
property
runs: Run[]
property
source_run_id: string | null
View source on GitHub