List Git installation repositories
hosting_listGitInstallationRepositoriesV1Get repositories accessible by a Git installation to configure build or auto-deployment sources. Provide the installation UUID to retrieve owner, name, and branch from GitHub or GitLab.
Instructions
Lists the repositories the Git installation can access, read live from the provider. Works for github and gitlab installations. Use an active installation: a suspended or pending one is still queried and the call fails with whatever the provider answers. The list is cut at the first 500 repositories in the order the provider returns them; when the account has more, name the repository directly instead of searching this list.
owner, name and a branch (default_branch or another one) go into source_options of
Start Node.js build or into Update Git auto-deployment settings. Returns 404 when the
installation does not belong to the customer. Limited to 10 calls per minute per API client
(429 above that).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uuid | Yes | Git installation UUID from the List Git installations endpoint |