Returns a paginated list of commits for a repository.
Documentation Index
Fetch the complete documentation index at: https://docs.sourcebot.dev/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your API key.
The fully-qualified repository name.
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 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.
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).