---
title: "Get Onboarding Reserves Status for Employment"
method: GET
path: "/v1/companies/{company_id}/employments/{employment_id}/onboarding-reserves-status"
tags: ["Compliance"]
---

# Get Onboarding Reserves Status for Employment

`GET /v1/companies/{company_id}/employments/{employment_id}/onboarding-reserves-status`

Returns the onboarding reserves status for a specific employment.

The status is the same as the credit risk status but takes the onboarding reserves policies into account.


## Scopes

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

## Path parameters

- `company_id` string, uuid, required — Identifier of the employment being terminated.
- `employment_id` string, uuid, required — Identifier of the employment being terminated.

## Response `200`

Success

- OnboardingReservesStatusResponse
  - `data` OnboardingReservesStatus, required
    - `policies` string[], required — List of applicable onboarding reserves policies
    - `status` 'not_started' | 'ready' | 'in_progress' | 'referred' | 'fail' | 'deposit_required' | 'no_deposit_required', required — Onboarding reserves status (same as credit risk status but takes onboarding reserves policies into account)

## Other responses

- `401` — Unauthorized
- `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)
