Skip to main content
GET
List learnings for an organization
Programmatic access to an organization’s CodeRabbit learnings. Returns paginated JSON or a CSV download. Use the repository_ids, user_ids, organization_ids, limit, and cursor query parameters to filter and paginate results.

CSV Format

When using format=csv, the API returns a flat CSV structure with one row per learning. For the complete list of CSV columns and field descriptions, see Data Export - Exported fields. For a guided overview of learnings, see the Learnings documentation.

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

API key for authentication

Query Parameters

org_id
string

Workspace-scoped API tokens only. When provided, scopes learnings to that single git-provider organization within the token's workspace; when omitted, aggregates every organization in the workspace. Ignored for organization and self-hosted keys.

repository_ids
string

Comma-separated provider repository IDs (max 10).

Example:

"1027529638,987654321"

user_ids
string

Comma-separated provider user IDs (max 10).

Example:

"87397876,12345678"

organization_ids
string

Comma-separated provider organization IDs (max 10). Self-hosted instances only.

Example:

"184456712,103539130"

limit
integer
default:1000

Maximum number of records to return.

Required range: 1 <= x <= 1000
cursor
string

Pagination cursor returned as next_cursor on the previous page.

format
enum<string>
default:json

Response format. json (default) returns paginated JSON; csv returns a CSV download.

Available options:
json,
csv

Response

Successfully retrieved learnings.

data
object[]
required
next_cursor
string | null
required