---
title: "Get Skill Gap Analysis"
method: GET
path: "/api/v2/careerhub/career-planner/{userEmail}/skills/skill-gap-analysis"
tags: ["Careerhub"]
---

# Get Skill Gap Analysis

`GET /api/v2/careerhub/career-planner/{userEmail}/skills/skill-gap-analysis`

Skill gap analysis data which includes present skills and recommeded skills for the provided role and current user profile

## Path parameters

- `userEmail` string, required

## Query parameters

- `selectedRole` string, required
- `exclude` string
- `keyList` string

## Headers

- `Authorization` string, required

## Response `200`

OK

- CareerPlannerSkillGapSchema
  - `recommendedSkills` NameValueItem[], nullable — A list of recommended skills with score value
    - `value` number, float, nullable — A value of item
    - `name` string, nullable — A name of item
  - `presentSkills` string[], nullable — List of present skills for a give user profile and selected role pair

---

[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/revisions/0fb26f4e41bf/schema)
