---
title: "Reads a single Termination"
method: GET
path: "/api/2026-07-01/resources/employee_updates/terminations/{id}"
tags: ["EmployeeUpdates > Termination"]
---

# Reads a single Termination

`GET /api/2026-07-01/resources/employee_updates/terminations/{id}`

This endpoint can be used to retrieve a list of termination `employee updates`.

## Path parameters

- `id` string, required

## Response `200`

OK

- EmployeeUpdatesTermination
  - `id` string, required — ID of the termination
  - `status` string, required — Status of the termination
  - `employee_id` string, required — Employee ID
  - `terminated_on` string — Date terminated on
  - `contract_end_date` string — End date of contract (employment end). Users can still have have access to Factorial after this date. To revoke access, use the terminated_on field.
  - `termination_reason` string — Reason for the termination
  - `termination_observations` string — Observations about the termination
  - `legal_entity_id` string — Legal entity ID
  - `remaining_holidays` unknown[], required — Remaining holidays
    - unknown
  - `termination_reason_type` string — Termination reason type
  - `termination_type_description` string — The description of the termination type.

---

[API](https://skmtc.net/factorialhr/apis/factorial-api.md) · [All operations](https://skmtc.net/factorialhr/apis/factorial-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/factorialhr/factorial-api/versions/1a6bffb20f7d/schema)
