Skip to main content
GET
/
registry
/
repos
/
{repository_id}
/
commits
Error
A valid request URL is required to generate request examples
[
  {
    "sha": "<string>",
    "message": "<string>",
    "author": "<string>",
    "author_email": "<string>",
    "date": "<string>",
    "tags": [
      "<string>"
    ]
  }
]
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Authorizations

fastapiusersauth
string
cookie
required

Path Parameters

repository_id
string<uuid>
required

Query Parameters

branch
string
default:main
limit
integer
default:10
Required range: 1 <= x <= 200

Response

Successful Response

sha
string
required

The commit SHA hash

Required string length: 40
message
string
required

The commit message

author
string
required

The commit author name

Maximum string length: 255
author_email
string
required

The commit author email

Maximum string length: 255
date
string
required

The commit date in ISO format

Maximum string length: 50
tags
string[]

List of tags associated with this commit