---
title: "Returns details of a single Onboarding Process"
method: GET
path: "/onboarding-processes/{onboardingProcessId}"
tags: ["onboarding-processes"]
---

# Returns details of a single Onboarding Process

`GET /onboarding-processes/{onboardingProcessId}`

## Response `200`

Onboarding Process details were retrieved

- OnboardingProcess
  - `id` string, uuid, required
  - `newHireId` string, uuid, required
  - `employmentStartDate` string, date
  - `jobId` string, uuid, required
  - `applicationId` string, uuid, required

## Other responses

- `401` — With codes: * **NOT_AUTHORIZED_TO_ACCESS_RESOURCE** when caller is not authorized to access resource
- `404` — With codes: * **'ONBOARDING_PROCESS_NOT_FOUND'** when there is no Onboarding Process for given id
- `500` — Unexpected error

---

[API](https://skmtc.net/smartrecruiters/apis/apply-api.md) · [All operations](https://skmtc.net/smartrecruiters/apis/apply-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smartrecruiters/apply-api/versions/449bdc2516c9/schema)
