Repositories

List the repo registry (lean, no cell fill)

A JSON passthrough of entire-core's GET /repos index: identity, facts, placements, permission, and candidate metadata, keyset-paginated. Unlike /repos/stream, this never fans out to cells for content — callers get the registry row set only. Query params q, hasCheckpoints, org, and sort forward to core's fact filters/sort; pageToken/pageSize (core's own default when omitted, max 100) drive pagination; scope defaults to onboarded.

get/api/v1/repos

Query parameters

qstring
hasCheckpoints'true' | 'false'
orgstring
sortstring
scope'onboarded' | 'all'
pageTokenstring
pageSizeinteger

Response

One page of the repo registry

nextPageTokenstring

Changes

No recorded changes to this endpoint across all 1 revision of this API.