Organizations
List onboarded organizations
Lists active organizations in CodeRabbit. Organization API keys return their bound organization; workspace API keys return all active organizations in the workspace. Enterprise plan only.
get/v1/organizations
Query parameters
limitinteger
cursorstring
Opaque pagination cursor returned by the previous page.
Headers
x-coderabbitai-api-keystring required
User-scoped organization or workspace API key.
Response
Successfully listed onboarded organizations.
Example response
{
"organizations": [
{
"provider": "github"
}
]
}