Options
string
Branch name to list commits from. Defaults to the default branch.
number
Maximum number of commits to return
string
Pagination cursor from a previous response
boolean
Resolve
branch against the ephemeral namespace instead of the persistent one (default: false)string
Limit history to commits that touched a file or subtree.
Response
array
List of commit objects.
string
Cursor for the next page (absent when no more results). Python:
next_cursor; Go: NextCursor.boolean
Whether additional pages are available. Python:
has_more; Go: HasMore.