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_clientresourcesWorkspaceslist
Method●Since v0.8

list

Get all workspaces visible to this auth in the current org. Does not create a new workspace/org.

Copy
list(
  query: WorkspaceListParams | null | undefined = {},
  options: RequestOptions
): APIPromise<WorkspaceListResponse>

Parameters

NameTypeDescription
queryWorkspaceListParams | null | undefined
Default:{}
optionsRequestOptions
View source on GitHub