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_clientresourcesCommitListParams
Interface●Since v0.8

CommitListParams

Copy
interface CommitListParams

Bases

OffsetPaginationCommitsParams

Properties

property
include_stats: boolean
property
limit: number
property
offset: number
property
owner: string

Path param: Repository owner handle or '-' for current tenant

property
tag: string

Query param: Tag filters commits to only those with a specific tag (e.g. "production", "staging")

Inherited fromOffsetPaginationCommitsParams

Properties

Plimit: numberPoffset: number
View source on GitHub