Get file blame
Git
Get file blame
Returns blame information for a file at a given repository path and optional git ref.
The response is split into two parts:
ranges: contiguous, non-overlapping line ranges, each attributed to a single commit. Ordered bystartLine.commits: commit metadata (hash, date, message, author, optionalpreviouspointer for walking back through history) keyed by hash, deduplicated across ranges.
Whole-file renames are followed automatically. Cross-file line moves and copies are not.
GET
Get file blame
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 file path to blame, relative to the repository root.
The fully-qualified repository name.
The git ref (branch, tag, or commit SHA) to blame at. Defaults to the repository's default branch.

