LangChain Reference home pageLangChain ReferenceLangChain Reference
  • GitHub
  • Main Docs
Deep Agents
LangChain
LangGraph
Integrations
LangSmith
  • Overview
  • Client
  • AsyncClient
  • Run Helpers
  • Run Trees
  • Evaluation
  • Schemas
  • Utilities
  • Wrappers
  • Anonymizer
  • Testing
  • Expect API
  • Middleware
  • Pytest Plugin
  • Deployment SDK
  • RemoteGraph
⌘I

LangChain Assistant

Ask a question to get started

Enter to send•Shift+Enter new line

Menu

OverviewClientAsyncClientRun HelpersRun TreesEvaluationSchemasUtilitiesWrappersAnonymizerTestingExpect APIMiddlewarePytest PluginDeployment SDKRemoteGraph
Language
Theme
PythonlangsmithclientClientget_run_from_annotation_queue
Method●Since v0.1

get_run_from_annotation_queue

Get a run from an annotation queue at the specified index.

Copy
get_run_from_annotation_queue(
  self,
  queue_id: ID_TYPE,
  *,
  index: int
) -> ls_schemas.RunWithAnnotationQueueInfo

Parameters

NameTypeDescription
queue_id*Union[UUID, str]

The ID of the annotation queue.

index*int

The index of the run to retrieve.

View source on GitHub