Skip to main content
GET
Bus-factor signal + capped human contributors for one repo (spec §8).

Authorizations

X-API-Key
string
header
required

Headers

X-Workspace-Id
string | null

Path Parameters

repo_id
string<uuid>
required

Query Parameters

limit
integer
default:100

Maximum items to return.

Required range: 1 <= x <= 500
offset
integer
default:0

Items to skip.

Required range: x >= 0

Cookies

riftmap_access
string | null

Response

Successful Response

Per-repo ownership signal + capped human contributors (spec §8).

Returns the signal computed at the latest completed scan of the repo's connected org. When no signal row exists yet (OWNERSHIP_SIGNAL_ENABLED is off, or the scan ran before backfill), all numeric fields are 0, top_author/window/computed_at are null, and contributors is empty — endpoints stay callable so agents do not need to special-case "ownership not enabled yet".

bus_factor
integer
required
contributors
ContributorEntry · object[]
required
contributors_total
integer
required
human_author_count
integer
required
top_author_share
number
required
computed_at
string<date-time> | null
top_author
TopAuthor · object | null

Name + share of the single top contributor (humans only).

window
OwnershipWindow · object | null

The trailing window the signal was computed over.