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_clientresourcesIssues
Class●Since v0.9

Issues

Copy
class Issues

Bases

APIResource

Constructors

constructor
constructor→ Issues

Properties

property
_client: Langsmith

Methods

method
list→ PagePromise<IssuesOffsetPaginationIssues, Issue>

Beta: This endpoint is in active development and may change without notice.

Returns issues for the authenticated tenant, optionally filtered by session, status, severity, tag, or last modified time.

method
retrieve→ APIPromise<Issue>

Beta: This endpoint is in active development and may change without notice.

Returns one issue for the authenticated tenant.

View source on GitHub