---
title: "List Contract Amendment"
method: GET
path: "/v1/contract-amendments"
tags: ["Contract Amendments"]
---

# List Contract Amendment

`GET /v1/contract-amendments`

List Contract Amendment requests.

## Scopes

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

## Query parameters

- `employment_id` string
- `status` 'submitted' | 'in_review' | 'done' | 'canceled' | 'deleted' — The current status of a contract amendment request. - `submitted`: The amendment has been submitted and is awaiting Remote's review. - `in_review`: Remote is reviewing the amendment for compliance and feasibility. - `done`: The amendment has been approved and applied to the contract. - `canceled`: The amendment request was canceled before completion. - `deleted`: The amendment request was deleted.
- `page` integer
- `page_size` integer

## Headers

- `Authorization` string, required

## Response `200`

Success

- ListContractAmendmentResponse — Response schema listing many contract_amendments
  - `data` object
    - `contract_amendments` MinimalContractAmendment[]
      - `employment_id` string, required — The unique identifier (UUID) of the employment.
      - `id` string, required — The unique identifier (UUID) of the contract amendment.
      - `job_title` string — The current job title from the employment's contract.
      - `reason_for_change` 'annual_pay_adjustment' | 'country_rule_change' | 'error_correction' | 'job_change_reevaluation' | 'promotion' | 'other', required
      - `requested_by` string, required — The unique identifier (UUID) of the user who submitted the amendment request.
      - `requested_effective_date` string, datetime, required — The date when the amendment changes should take effect.
      - `status` 'submitted' | 'in_review' | 'done' | 'canceled' | 'deleted', required — The current status of a contract amendment request. - `submitted`: The amendment has been submitted and is awaiting Remote's review. - `in_review`: Remote is reviewing the amendment for compliance and feasibility. - `done`: The amendment has been approved and applied to the contract. - `canceled`: The amendment request was canceled before completion. - `deleted`: The amendment request was deleted.
      - `submitted_at` string, datetime, required — The timestamp when the amendment was submitted.
    - `current_page` integer — The current page among all of the total_pages
    - `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

- `401` — Unauthorized
- `404` — Not Found
- `422` — Unprocessable Entity

---

[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)
