---
title: "List contractor of record (COR) termination requests"
method: GET
path: "/v1/contractors/cor-termination-requests"
tags: ["Subscriptions"]
---

# List contractor of record (COR) termination requests

`GET /v1/contractors/cor-termination-requests`

Lists Contractor of Record termination requests for your company,
optionally filtered by employment and status.


## Scopes

| Category | Read only Scope | Write only Scope (read access implicit) |
|---|---|---|
| Manage employments (`employments`) | View employments (`employment:read`) | Manage employments (`employment:write`) |

## Query parameters

- `employment_id` string, uuid — Identifier of the employment being terminated.
- `status` 'initiated' | 'executed' | 'cancelled'
- `page` integer
- `page_size` integer

## Response `200`

Success

- IndexCorTerminationRequestsResponse — Response schema listing many termination_requests
  - `data` object
    - `current_page` integer — The current page among all of the total_pages
    - `termination_requests` CorTerminationRequest[]
      - `cancelled_at` string, date-time, nullable, required — Timestamp of when the termination was cancelled. Null if not cancelled.
      - `employment_deactivation_date` string, date, nullable, required — The date on which the contractor employment will be deactivated.
      - `employment_id` string, uuid, required — Identifier of the employment being terminated.
      - `executed_at` string, date-time, nullable, required — Timestamp of when the termination was executed. Null if not yet executed.
      - `id` string, uuid, required — Unique identifier of the termination request.
      - `initiated_at` string, date-time, nullable, required — Timestamp of when the termination request was initiated.
      - `status` 'initiated' | 'executed' | 'cancelled', required — Current status of the termination request.
      - `termination_date` string, date, nullable, required — The date when the termination was initiated.
    - `total_count` integer — The total number of records in the result
    - `total_pages` integer — The total number of pages the user can go through

## Other responses

- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.net/remote-com/apis/remote.md) · [All operations](https://skmtc.net/remote-com/apis/remote/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/remote-com/remote/revisions/7e6a0c61ac82/schema)
