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_clientresourcesDatasetsExperimentRunQueryResponse
Interface●Since v0.10

ExperimentRunQueryResponse

Copy
interface ExperimentRunQueryResponse

Properties

property
attachment_urls: unknown

attachment_urls maps each attachment name to a pre-signed download URL.

property
created_at: string

created_at is when the example was created (RFC3339 date-time).

property
dataset_id: string

dataset_id is the parent dataset UUID.

property
id: string

id is the dataset example UUID.

property
inputs: unknown

inputs is the example input payload (arbitrary JSON object).

property
metadata: unknown

metadata is arbitrary user-defined JSON metadata on the example.

property
modified_at: string

modified_at is when the example was last modified (RFC3339 date-time).

property
name: string

name is the example's optional name.

property
outputs: unknown

outputs is the example reference-output payload (arbitrary JSON object).

property
runs: Run[]
property
source_run_id: string

source_run_id is the run UUID the example was created from, if any.

View source on GitHub