API Reference / Strategy - Initiative Link Overrides
List most recent overrides for this organization
get
https://api.intelig.ai/api/v1/intelig/strategy/initiatives/link-overrides
Auth: Authorization: ApiKey <key> (an API key sent as
Bearer is rejected) or Authorization: Bearer <jwt>
for a dashboard session. operationId: listRecent
The most recent human corrections to matcher decisions, newest first. These are the labels the matcher is measured and calibrated against, so this is also the supply the evaluation endpoints read.
Example request
curl -X GET "https://api.intelig.ai/api/v1/intelig/strategy/initiatives/link-overrides" \
-H "Authorization: ApiKey $INTELIG_API_KEY" Query parameters
| Name | Type | Required | Description |
|---|---|---|---|
page | integer (int32) | no | Page number (0-based) |
size | integer (int32) | no | Page size |
Response 200
application/json · ApiResponseListInitiativeLinkOverrideDto
| Field | Type | Description |
|---|---|---|
success | boolean | — |
message | string | — |
data | InitiativeLinkOverrideDto[] | — |
Status codes
200— Overrides returned (most recent first)401— Not authenticated403— Insufficient permissions to access strategy 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.