List commit authors
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
List commit authors
Authorizations
Bearer authentication header of the form Bearer <token>. The token may be a Sourcebot API key, OAuth access token, or scoped access token, subject to endpoint requirements.
Query Parameters
The fully-qualified repository name.
The git ref (branch, tag, or commit SHA) to list authors from. Defaults to HEAD.
Restrict authors to those who touched this file path.
Required range:
x > 0Required range:
0 < x <= 100
