Skip to main content
GET
List or export AI Deep Scan code findings
Use a non-agentic API key with the security:read permission to integrate AI Deep Scan code findings with external security workflows. The endpoint supports paginated JSON and full-inventory CSV or SARIF downloads. For scan setup, finding triage, and export guidance, see the Security Agent documentation.

Authorizations

x-coderabbitai-api-key
string
header
required

API key for authentication. You can create an API key from the CodeRabbit dashboard.

Query Parameters

org_id
string

Git-provider organization ID for workspace API keys. Omit for the complete workspace scope.

repo_id
string

One exact Git-provider repository ID. It must belong to the authenticated organization scope; response items expose it as repository_id together with organization and repository names.

scan_id
string<uuid>

Historical scan snapshot. By default each repository uses its latest completed scan.

state
enum<string>
default:open
Available options:
open,
fixed,
dismissed,
all
limit
integer
default:1000

JSON pagination only.

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

Opaque next_cursor from the previous JSON response.

format
enum<string>
default:json
Available options:
json,
csv,
sarif

Response

Paginated JSON or a full-inventory download.

data
object[]
required
next_cursor
string | null
required