---
title: "Get offboarding tracker"
method: GET
path: "/v1/employees/offboarding-tracker"
tags: ["List Employees"]
---

# Get offboarding tracker

`GET /v1/employees/offboarding-tracker`

Returns the current offboarding stage for each employee currently in the offboarding lifecycle.

Optional filters narrow the result to a specific employee. When both filters are provided
they are applied as an AND (intersection).

## Query parameters

- `employeeId` string, uuid
- `employeeCode` string

## Response `200`

Successfully retrieved offboarding tracker list

- OffboardingTrackerItem[]
  - `id` string, uuid, required — Contract public ID (UUID)
  - `employeeCode` string, nullable — Human-readable employee code
  - `stage` 'OFFBOARDING_INITIATED' | 'DOCUMENTS_PENDING' | 'SETTLEMENT_PENDING' | 'SETTLEMENT_COMPLETE', required — - OFFBOARDING_INITIATED: Offboarding process has started - DOCUMENTS_PENDING: Waiting for required documents - SETTLEMENT_PENDING: Waiting for final settlement - SETTLEMENT_COMPLETE: Final settlement completed
  - `pendingDocuments` OffboardingPendingDocument[], nullable — List of pending documents when stage is DOCUMENTS_PENDING

## Other responses

- `401` — Authentication required
- `403` — Forbidden - insufficient permissions
- `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)
