---
title: "List onboarded organizations"
method: GET
path: "/v1/organizations"
tags: ["Organizations"]
---

# List onboarded organizations

`GET /v1/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.

## Query parameters

- `limit` integer
- `cursor` string

## Headers

- `x-coderabbitai-api-key` string, required

## Response `200`

Successfully listed onboarded organizations.

- object
  - `organizations` object[], required
    - `id` string, uuid, required — CodeRabbit organization ID used by nested organization endpoints.
    - `name` string, required
    - `provider` string, required
    - `provider_organization_id` string, required — Organization identifier assigned by the git provider.
  - `next_cursor` string, nullable, required

## Other responses

- `400` — Invalid pagination parameters.
- `401` — Invalid or inactive API key.
- `403` — Enterprise plan, workspace administrator, key type, or RBAC requirement not met.
- `410` — Legacy organization API key.
- `429` — Rate limit exceeded.
- `500` — Internal server error.

---

[API](https://skmtc.dev/coderabbit/apis/coderabbit-api-spec.md) · [All operations](https://skmtc.dev/coderabbit/apis/coderabbit-api-spec/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/coderabbit/coderabbit-api-spec/revisions/cb4116297f28/schema)
