Sazabi
APIRepos

List repositories

GET
/repos

List the repositories available to a project — every repository reachable through the organization's GitHub App installations, the caller's personal forge connections, and integrations — with each one's linked status.

Query Parameters

projectId?string

Project to list repositories for. Auto-filled from CLI and SDK context when omitted.

Formatuuid

Response Body

application/json

curl -X GET "https://example.com/repos"
{  "repos": [    {      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",      "accessSourceId": "5d1da253-770d-4b15-8721-3bd2b3fc8a52",      "source": "githubApp",      "sourceLabel": "string",      "provider": "github",      "owner": "string",      "name": "string",      "fullName": "string",      "defaultBranch": "string",      "isPrivate": true,      "linked": true    }  ]}