API Reference / Code - Commit Intelligence
Get org AI adoption stats
get
https://api.intelig.ai/api/v1/intelig/code/commits/ai-adoption
Auth: Authorization: ApiKey <key> (an API key sent as
Bearer is rejected) or Authorization: Bearer <jwt>
for a dashboard session. operationId: getAiAdoption
Returns organization-wide AI adoption statistics including overall adoption percentage, per-contributor adoption breakdown, and weekly trend data. Measures how extensively AI tools are used across the engineering organization.
Example request
curl -X GET "https://api.intelig.ai/api/v1/intelig/code/commits/ai-adoption" \
-H "Authorization: ApiKey $INTELIG_API_KEY" Response 200
application/json · ApiResponseAiAdoptionSummaryDto
| Field | Type | Description |
|---|---|---|
success | boolean | — |
message | string | — |
data | AiAdoptionSummaryDto | Organization-wide AI adoption summary with overall stats and weekly trends |
Status codes
200— AI adoption statistics returned401— Authentication required403— Insufficient permissions for Code Intelligence pillar429— —
Every response is wrapped in { success, message, data }. A 4xx means the request
is wrong — do not retry it unchanged. A 429 carries Retry-After in seconds.