List the repositories a connection can reach, for the grant picker
Returns the repositories this connection can reach, for building a grant picker. Results are paged by the 1-based page query parameter at up to 100 repositories per page; the list comes from the provider live, so it reflects the installation’s current access.
Authorizations
A Recursion API key, created in the console under API keys.
Path Parameters
Integration connection id (UUID) as returned by listIntegrationConnections.
Query Parameters
1-based page of up to 100 repositories.
Response
One page of the repositories a GitHub integration connection can reach. Returned to populate a repository picker when scoping a vault grant.
One page of the repositories a GitHub integration connection can reach. Returned to populate a repository picker when scoping a vault grant.
1-based page this response covers. Defaults to 1 when the request omits or under-specifies it.
Repositories reachable on this page, up to 100 per page.
Total repositories the connection can reach across all pages, as reported by GitHub.