Error
Get a commit
Retrieves a specific commit by hash, tag, or “latest” for a repository. This endpoint supports both authenticated and unauthenticated access. Authenticated users can access private repos, while unauthenticated users can only access public repos. Commit resolution logic:
- “latest” or empty: Get the most recent commit
- Less than 8 characters: Only check for tags
- 8 or more characters: Prioritize commit hash over tag, check both
GET
Error
Documentation Index
Fetch the complete documentation index at: https://langchain-5e9cc07a-preview-mdrxyd-1779813393-7298843.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Path Parameters
Repository owner (tenant handle) or '-' for private repos
Repository handle
Commit hash, tag, or 'latest'
Query Parameters
Comma-separated list of optional fields: "model", "is_draft"
Deprecated: use Include instead

