---
title: "Get a candidate by email"
method: GET
path: "/api/candidates/{email}"
---

# Get a candidate by email

`GET /api/candidates/{email}`

## Path parameters

- `email` string, required

## Response `200`

The candidate details

- Candidate
  - `firstname` string
  - `lastname` string
  - `email` string
  - `spoken_languages` string[]
  - `skills` string[]
  - `current_role` string

## Other responses

- `404` — Candidate not found

---

[API](https://skmtc.dev/azure/apis/hr-service-api.md) · [All operations](https://skmtc.dev/azure/apis/hr-service-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/azure/hr-service-api/revisions/808d0b946675/schema)
