Skip to main content
GET
/
repos
/
{owner}
/
{repo}
/
tags
/
{tag_name}
/
history
Error
A valid request URL is required to generate request examples
{
  "total": 123,
  "transitions": [
    {
      "created_at": "<string>",
      "from_commit_hash": "<string>",
      "from_commit_id": "<string>",
      "id": "<string>",
      "performed_by": "<string>",
      "performed_by_name": "<string>",
      "repo_id": "<string>",
      "tag_name": "<string>",
      "to_commit_hash": "<string>",
      "to_commit_id": "<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)

repo
string
required

Repository handle

tag_name
string
required

Tag name

Query Parameters

limit
integer
default:50
Required range: 1 <= x <= 100
offset
integer
default:0
Required range: x >= 0

Response

OK

total
integer
transitions
object[]