Get commit details
Git
Get commit details
Returns details for a single commit, including parent commit SHAs.
GET
Get commit details
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 (commit SHA, branch, or tag).
Response
Commit details.
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).
The parent commit SHAs.

