Skip to main content
GET
/
commits
/
{owner}
/
{repo}
/
{commit}
Error
A valid request URL is required to generate request examples
{
  "commit_hash": "<string>",
  "description": "<string>",
  "examples": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "inputs": {},
      "outputs": {},
      "session_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "start_time": "<string>"
    }
  ],
  "is_draft": true,
  "manifest": {},
  "model_config": {},
  "model_provider": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.langchain.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-Key
string
header
required

Path Parameters

owner
string
required

Repository owner (tenant handle) or '-' for private repos

repo
string
required

Repository handle

commit
string
required

Commit hash, tag, or 'latest'

Query Parameters

get_examples
boolean
default:false
include
string

Comma-separated list of optional fields: "model", "is_draft"

include_model
boolean
default:false

Deprecated: use Include instead

is_view
boolean
default:false

Response

OK

commit_hash
string
description
string
examples
object[]
is_draft
boolean
manifest
object
model_config
object
model_provider
string