---
title: "Retrieve employee education details"
method: GET
path: "/v1/employees/{employeeId}/education"
tags: ["Employee Education Details"]
---

# Retrieve employee education details

`GET /v1/employees/{employeeId}/education`

Get employee education history including schools attended, degrees earned,
graduation years, and academic performance.

This endpoint provides access to the employee's educational background,
which is used for qualification verification and HR records.

## Path parameters

- `employeeId` string, uuid, required

## Response `200`

Employee education details retrieved successfully

- V1EmployeesEmployeeIdEducationGetResponse
  - `education` V1EmployeesEmployeeIdEducationRecord[] — List of education records (ordered by most recent first)
    - `lastSchoolAttended` string — Name of the educational institution
    - `degree` string — Degree or qualification earned
    - `yearOfPassing` integer — Year of graduation or completion
    - `grade` string, nullable — Grade or class achieved (optional)
    - `gpa` number, double, nullable — Grade Point Average (optional)

## Other responses

- `400` — Invalid request parameters
- `401` — Authentication required
- `403` — Forbidden - insufficient permissions
- `404` — Resource not found
- `422` — Unprocessable entity - validation error
- `500` — Internal server error
- `503` — Service unavailable - upstream dependency error

---

[API](https://skmtc.net/usemultiplier/apis/multiplier-public-rest-api.md) · [All operations](https://skmtc.net/usemultiplier/apis/multiplier-public-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/usemultiplier/multiplier-public-rest-api/revisions/59cd6443fdbf/schema)
