---
title: "Get employment contract pending changes"
method: GET
path: "/v1/employment-contracts/{employment_id}/pending-changes"
tags: ["Employment Contracts"]
---

# Get employment contract pending changes

`GET /v1/employment-contracts/{employment_id}/pending-changes`

Get all the pending changes (waiting for aproval or signature) for the employment contract.

## Scopes

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

## Path parameters

- `employment_id` string, required

## Headers

- `Authorization` string, required

## Response `200`

Success

- EmploymentContractPendingChangesResponse
  - `data` object, required
    - `pending_changes` ContractPendingChanges[], required
      - `changes` object, required — Describes all the changes requested for the contract and contract details with all their previous and current values. Its properties may vary depending on the country.
      - `contract_id` string, required
      - `effective_at` string, date-time, required — UTC date time in [ISO 8601][] format. [ISO 8601]: https://en.wikipedia.org/wiki/ISO_8601
      - `pending_action_for_activation` boolean — Indicates if the contract is pending an action to be activated when effective_at is reached. If true, it means that an action needs to be performed, either a verification by Remote or a signature from the employer or the employee. If false, then the contract will be active when effective_at is reached.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `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/versions/7e6a0c61ac82/schema)
