Skip to main content
GET
List onboarded repositories for an organization
Lists the active repositories CodeRabbit records for an organization. Use the CodeRabbit organization UUID returned by List organizations as the organization_id path parameter.

Authorizations

x-coderabbitai-api-key
string
header
required

API key for authentication. You can create an API key from the CodeRabbit dashboard.

Headers

x-coderabbitai-api-key
string
required

User-scoped organization or workspace API key.

Path Parameters

organization_id
string<uuid>
required

Query Parameters

limit
integer
default:100
Required range: 1 <= x <= 100
cursor
string

Opaque pagination cursor returned by the previous page.

Response

Successfully listed onboarded repositories.

repositories
object[]
required
next_cursor
string | null
required