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 by startLine.commits: commit metadata (hash, date, message, author, optional previous pointer 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.
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 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.