---
title: "List onboarded repositories for an organization"
method: GET
path: "/v1/organizations/{organization_id}/repositories"
tags: ["Organizations"]
---

# List onboarded repositories for an organization

`GET /v1/organizations/{organization_id}/repositories`

Lists repositories that CodeRabbit currently records as active for an organization. The organization_id is the CodeRabbit organization UUID returned by GET /organizations. Enterprise plan only.

## Path parameters

- `organization_id` string, uuid, required

## Query parameters

- `limit` integer
- `cursor` string

## Headers

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

## Response `200`

Successfully listed onboarded repositories.

- object
  - `repositories` object[], required
    - `repository_id` string, required — Repository identifier assigned by the git provider.
    - `repository_name` string, required
    - `private` boolean, required
    - `group_path` string, nullable, required — Git provider group or subgroup path, when available.
    - `is_installed` boolean, required — Whether CodeRabbit's cached state records an active installation for the repository.
  - `next_cursor` string, nullable, required

## Other responses

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

## Changes

- **2026-08-19** `cb4116297f28` — 1 info
  - added the required property `repositories/items/is_installed` to the response with the `200` status
- **2026-08-15** `d6e2c89c6a26` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/coderabbit/apis/coderabbit-api-spec/changes/v1/organizations/:organization_id/repositories/get.md)

---

[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)
