Skip to main content
GET
List the repositories a connection can reach, for the grant picker

Authorizations

Authorization
string
header
required

A Recursion API key, created in the console under API keys.

Path Parameters

connection_id
string<uuid>
required

Integration connection id (UUID) as returned by listIntegrationConnections.

Query Parameters

page
integer

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.

page
integer
required

1-based page this response covers. Defaults to 1 when the request omits or under-specifies it.

repositories
object[] | null
required

Repositories reachable on this page, up to 100 per page.

total_count
integer
required

Total repositories the connection can reach across all pages, as reported by GitHub.