Bus-factor signal + capped human contributors for one repo (spec §8).
Return the ownership signal for one repo, scoped to the latest scan of its org.
Contributors are humans only, ordered by commit_count DESC. Returns 200
with zeros / null / empty arrays when no signal exists yet (the feature flag
OWNERSHIP_SIGNAL_ENABLED is off, or the scan ran before backfill) — the
endpoint stays callable without agents needing a “flag-off” branch.
Paginated via limit / offset; X-Total-Count carries the full
human contributor count. Raw emails are never returned (PII contract).
Authorizations
Headers
Path Parameters
Query Parameters
Maximum items to return.
1 <= x <= 500Items to skip.
x >= 0Cookies
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".
Name + share of the single top contributor (humans only).
The trailing window the signal was computed over.
