close
Skip to main content
GET
List onboarded organizations
Requires the organization_management:read permission. Workspace API key owners must also remain workspace admins.
Legacy organization keys and agentic keys are not supported. Use each returned CodeRabbit organization id with List organization repositories. Do not use provider_organization_id, which is assigned by the Git provider.

Pagination

When next_cursor is not null, pass it in the next request’s cursor query parameter. The cursor retains the original page size, so you can omit limit from subsequent requests. If you include limit, it must match the value used for the first request.

Rate limit

This endpoint is limited to 10 requests per minute.

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.

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 organizations.

organizations
object[]
required
next_cursor
string | null
required