---
title: "Get candidate's status history"
method: GET
path: "/candidates/{id}/status/history"
tags: ["candidates"]
deprecated: true
---

# Get candidate's status history

`GET /candidates/{id}/status/history`

> **Deprecated.**

Get candidate's status history. Please use `GET /candidates/{id}/jobs/{jobId}/status/history` instead.

## Response `200`

Candidate's status history

- CandidateStatusHistoryList
  - `totalFound` integer
  - `content` CandidateStatusHistoryListElem[]
    - `changedOn` string, date-time
    - `status` 'LEAD' | 'NEW' | 'IN_REVIEW' | 'INTERVIEW' | 'OFFERED' | 'HIRED' | 'REJECTED' | 'WITHDRAWN' | 'TRANSFERRED'
    - `subStatus` string
    - `actions` Actions

## Other responses

- `401` — Candidate access denied

---

[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/revisions/449bdc2516c9/schema)
