CodeRabbit integration (Developer Tools). Imported from open-connector.
https://api.coderabbit.ai/v1/users
| Param | Type | Required | Description |
|---|---|---|---|
| seatFilter | string | optional | Filter users by seat assignment status. |
| roleFilter | string | optional | Filter users by organization role. |
| limit | integer | optional | The maximum number of users to return per page. |
| cursor | string | optional | The pagination cursor from the previous response. |
/v1/users/seats/assignment
/v1/users/seats/assignment
| Param | Type | Required | Description |
|---|---|---|---|
| mode | string | required | The CodeRabbit seat assignment mode. |
/v1/metrics/reviews
| Param | Type | Required | Description |
|---|---|---|---|
| startDate | string | required | The start date in YYYY-MM-DD format. |
| endDate | string | required | The end date in YYYY-MM-DD format. |
| organizationIds | array | optional | The organization Git provider IDs to filter by, up to 10 values. |
| repositoryIds | array | optional | The repository Git provider IDs to filter by, up to 10 values. |
| userIds | array | optional | The author Git provider IDs to filter by, up to 10 values. |
| limit | integer | optional | The maximum number of metric records to return. |
| cursor | string | optional | The pagination cursor for fetching the next page. |
/v1/audit-logs
| Param | Type | Required | Description |
|---|---|---|---|
| search | string | optional | Case-insensitive partial match on actor name. |
| actions | array | optional | The audit log action keys to filter by, up to 50 values. |
| resourceTypes | array | optional | The audit log resource type keys to filter by, up to 50 values. |
| dateFrom | string | optional | The inclusive lower timestamp bound in ISO 8601 format. |
| dateTo | string | optional | The inclusive upper timestamp bound in ISO 8601 format. |
| page | integer | optional | The one-based page number. |
| pageSize | integer | optional | The number of results per page. |
/v1/roles
| Param | Type | Required | Description |
|---|---|---|---|
| orgId | string | optional | The git-provider organization ID for workspace-scoped API tokens. |
| roleType | string | optional | Filter roles by built-in or custom type. |
| includePermissions | boolean | optional | Whether to include permissions for each role. |
| includeUserCount | boolean | optional | Whether to include assigned user counts for each role. |
/v1/roles/{roleId}
| Param | Type | Required | Description |
|---|---|---|---|
| roleId | string | required | The CodeRabbit role identifier. |
| orgId | string | optional | The git-provider organization ID for workspace-scoped API tokens. |
| includePermissions | boolean | optional | Whether to include permissions for the role. |
| includeUserCount | boolean | optional | Whether to include assigned user count for the role. |
/v1/roles/permissions
| Param | Type | Required | Description |
|---|---|---|---|
| orgId | string | optional | The git-provider organization ID for workspace-scoped API tokens. |