v1
latestOpenAPI 3.0.32026-07-22172336.7 KBList commits
Returns a paginated list of commits for a repository.
Query parameters
The fully-qualified repository name.
The fully-qualified repository name.
Filter commits by message content (case-insensitive). Interpreted as a POSIX BRE regex — escape metacharacters for literal matching.
Filter commits by message content (case-insensitive). Interpreted as a POSIX BRE regex — escape metacharacters for literal matching.
Return commits after this date. Accepts ISO 8601 or relative formats (e.g. 30 days ago).
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.
Return commits before this date. Accepts ISO 8601 or relative formats.
Filter commits by author name or email (case-insensitive). Interpreted as a POSIX BRE regex — escape metacharacters for literal matching.
Filter commits by author name or email (case-insensitive). Interpreted as a POSIX BRE regex — escape metacharacters for literal matching.
The git ref (branch, tag, or commit SHA) to list commits from. Defaults to HEAD.
The git ref (branch, tag, or commit SHA) to list commits from. Defaults to HEAD.
Restrict commits to those that touch this file path.
Restrict commits to those that touch this file path.
Response
Paginated commit list.