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
Documentation Index
Fetch the complete documentation index at: https://sourcebot-v5.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your API key.
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
