Skip to main content
GET
Error

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

Query Parameters

include_stats
boolean
default:true

IncludeStats determines whether to compute num_downloads and num_views

limit
integer
default:20

Limit is the pagination limit

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

Offset is the pagination offset

Required range: x >= 0
tag
string

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

Response

OK

commits
object[]

List of commits with lookup information

total
integer

Total number of commits