{ } JSON puro Status API ← Home
GET
/api/v1/indexes.php
Retorna os 10 Organizational Indexes + estado organizacional para um tenant. Use ?tenant_id=X para especificar o tenant.
200 OK application/json 10 indexes 320.55ms
Atenção Estável
Estado Organizacional
6
Saudáveis
1
Atenção
2
Risco
0
Críticos
2
Sinais
OSI
OSI
100%
Healthy
LHI
LHI
40%
Risk
CAI
CAI
76.9%
Healthy
OPI
OPI
0%
Healthy
TCI
TCI
80.7%
Healthy
HSI
HSI
79.8%
Healthy
SRI
SRI
15%
Risk
CES
CES
45%
Attention
ECI
ECI
100%
Healthy
ORI
ORI
70.8%
Healthy
Response Body
{
    "status": "ok",
    "tenant_id": 0,
    "org_state": "stable_attention",
    "context": "standard",
    "active_signals": 2,
    "indexes": {
        "OSI": {
            "value": 100,
            "health_status": "healthy",
            "label": "Estabilidade",
            "label_short": "OSI",
            "inverted": false,
            "color": "#22c55e"
        },
        "LHI": {
            "value": 40,
            "health_status": "risk",
            "label": "Liderança",
            "label_short": "LHI",
            "inverted": false,
            "color": "#eab308"
        },
        "CAI": {
            "value": 76.900000000000005684341886080801486968994140625,
            "health_status": "healthy",
            "label": "Cultura",
            "label_short": "CAI",
            "inverted": false,
            "color": "#22c55e"
        },
        "OPI": {
            "value": 0,
            "health_status": "healthy",
            "label": "Pressão",
            "label_short": "OPI",
            "inverted": true,
            "color": "#22c55e"
        },
        "TCI": {
            "value": 80.7000000000000028421709430404007434844970703125,
            "health_status": "healthy",
            "label": "Coesão",
            "label_short": "TCI",
            "inverted": false,
            "color": "#22c55e"
        },
        "HSI": {
            "value": 79.7999999999999971578290569595992565155029296875,
            "health_status": "healthy",
            "label": "Sustentabilidade",
            "label_short": "HSI",
            "inverted": false,
            "color": "#22c55e"
        },
        "SRI": {
            "value": 15,
            "health_status": "risk",
            "label": "Sucessão",
            "label_short": "SRI",
            "inverted": false,
            "color": "#eab308"
        },
        "CES": {
            "value": 45,
            "health_status": "attention",
            "label": "Emocional",
            "label_short": "CES",
            "inverted": false,
            "color": "#3b82f6"
        },
        "ECI": {
            "value": 100,
            "health_status": "healthy",
            "label": "Execução",
            "label_short": "ECI",
            "inverted": false,
            "color": "#22c55e"
        },
        "ORI": {
            "value": 70.7999999999999971578290569595992565155029296875,
            "health_status": "healthy",
            "label": "Resiliência",
            "label_short": "ORI",
            "inverted": false,
            "color": "#22c55e"
        }
    },
    "timestamp": "2026-08-25T00:20:00-03:00",
    "elapsed_ms": 320.55000000000001136868377216160297393798828125
}