v1

latestOpenAPI 3.0.32026-07-22172336.7 KB
Git

List commit authors

Returns a paginated list of unique authors who committed in a repository, sorted by commit count descending. Optionally scoped to a file path.

get/api/commits/authors

Query parameters

repostring required

The fully-qualified repository name.

The fully-qualified repository name.

refstring

The git ref (branch, tag, or commit SHA) to list authors from. Defaults to HEAD.

The git ref (branch, tag, or commit SHA) to list authors from. Defaults to HEAD.

pathstring

Restrict authors to those who touched this file path.

Restrict authors to those who touched this file path.

pageinteger
perPageinteger

Response

Paginated commit author list.

namestring required
emailstring required
commitCountinteger required