Returns a paginated list of commits for a repository.
Send either a Sourcebot API key (sbk_...) or, on EE instances with OAuth enabled, an OAuth access token (sboa_...) in the Authorization header.
The fully-qualified repository name.
Filter commits by message content (case-insensitive).
Return commits after this date. Accepts ISO 8601 or relative formats (e.g. 30 days ago).
Return commits before this date. Accepts ISO 8601 or relative formats.
Filter commits by author name or email (case-insensitive).
The git ref (branch, tag, or commit SHA) to list commits from. Defaults to HEAD.
Restrict commits to those that touch this file path.
x > 00 < x <= 100Paginated commit list.
The full commit SHA.
The commit date in ISO 8601 format.
The commit subject line.
Refs pointing to this commit (e.g. branch or tag names).
The commit body (everything after the subject line).