API Reference / Strategy - Initiative Intent
Get intent mapping statistics
get
https://api.intelig.ai/api/v1/intelig/strategy/initiatives/intent/stats
Auth: Authorization: ApiKey <key> (an API key sent as
Bearer is rejected) or Authorization: Bearer <jwt>
for a dashboard session. operationId: getMappingStats
Returns the percentage of recent work (signals) that maps to at least one active initiative. Higher percentages indicate better strategic alignment.
Example request
curl -X GET "https://api.intelig.ai/api/v1/intelig/strategy/initiatives/intent/stats" \
-H "Authorization: ApiKey $INTELIG_API_KEY" Query parameters
| Name | Type | Required | Description |
|---|---|---|---|
windowDays | integer (int32) | no | Time window in days (default: 14, max: 90) |
Response 200
application/json · ApiResponseMappingStatsDto
| Field | Type | Description |
|---|---|---|
success | boolean | — |
message | string | — |
data | MappingStatsDto | — |
Status codes
200— Mapping statistics returned successfully401— 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.