---
title: "Get engagement agreement details"
method: GET
path: "/v2/employments/{employment_id}/engagement-agreement-details"
tags: ["Engagement Agreement Details"]
---

# Get engagement agreement details

`GET /v2/employments/{employment_id}/engagement-agreement-details`

Returns the engagement agreement details for an employment.

## Scopes

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

## Path parameters

- `employment_id` string, required

## Response `200`

Success

- EmploymentEngagementAgreementDetailsResponse
  - `data` object, required
    - `details` object, required
      - `allowances_details` string[], nullable
      - `available_pto` integer, nullable
      - `break_time_per_day` integer, nullable
      - `business_expenses` string, nullable
      - `cba` string, nullable
      - `cba_document` object, nullable
      - `covenants` string[], nullable
      - `has_allowances` string, nullable
      - `has_bonus` string, nullable
      - `has_business_expenses` string, nullable
      - `has_business_presence` string
      - `has_cba` string, nullable
      - `has_commissions` string, nullable
      - `has_covenants` string, nullable
      - `has_illness_remuneration` string, nullable
      - `has_overtime_compensation` string, nullable
      - `has_pension_scheme` string, nullable
      - `has_signing_bonus` string, nullable
      - `has_similar_roles` string
      - `has_similar_work_conditions` string, nullable
      - `illness_remuneration_details` string, nullable
      - `max_annual_gross_salary` integer, nullable
      - `min_annual_gross_salary` integer, nullable
      - `overtime_compensation_begins` integer, nullable
      - `overtime_compensation_type` string, nullable
      - `overtime_pay_percentage` integer, nullable
      - `pension_scheme` string, nullable
      - `similar_roles` string, nullable
      - `similar_work_conditions_details` string, nullable
      - `work_hours_per_week` integer, nullable
      - `working_days` string[], nullable
    - `slug` string, required

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found
- `422` — Unprocessable Entity
- `429` — 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)
