---
title: "Get Succession Plan"
method: GET
path: "/api/v2/JIE/insights"
tags: ["JIE"]
---

# Get Succession Plan

`GET /api/v2/JIE/insights`

This endpoint returns succession plan information for group id of a current user.

## Query parameters

- `exclude` string
- `keyList` string

## Headers

- `Authorization` string, required

## Response `200`

OK

- object
  - `data` JIEInsightsSchema[]
    - `successionPlan` SuccessionPlanMetricsSchema
      - `superstar` BinaryDistribution
        - `noCount` integer, nullable — False/Negative value of metric
        - `yesCount` integer, nullable — True/Positive value of metric
      - `rolesWithSuccessorsReady` BinaryDistribution
        - `noCount` integer, nullable — False/Negative value of metric
        - `yesCount` integer, nullable — True/Positive value of metric
      - `pipelinesWithWomen` BinaryDistribution
        - `noCount` integer, nullable — False/Negative value of metric
        - `yesCount` integer, nullable — True/Positive value of metric
      - `pipelinesWithDiverseEthnicity` BinaryDistribution
        - `noCount` integer, nullable — False/Negative value of metric
        - `yesCount` integer, nullable — True/Positive value of metric
      - `pipelinesWithLeaders` BinaryDistribution
        - `noCount` integer, nullable — False/Negative value of metric
        - `yesCount` integer, nullable — True/Positive value of metric
  - `meta` MetaSchema
    - `totalCount` integer, nullable
    - `pageTotalCount` integer, nullable
    - `pageStartIndex` integer, nullable

---

[API](https://skmtc.net/eightfold/apis/api-server-v2-service-service.md) · [All operations](https://skmtc.net/eightfold/apis/api-server-v2-service-service/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/eightfold/api-server-v2-service-service/versions/0fb26f4e41bf/schema)
