---
title: "Get candidate's status history for a candidate's job"
method: GET
path: "/candidates/{id}/jobs/{jobId}/status/history"
tags: ["candidates"]
---

# Get candidate's status history for a candidate's job

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

Get candidate's status history for a candidate's job

## 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

- `403` — with code **NO_ACCESS_TO_CANDIDATE** when not permitted to see this candidate with code **NO_ACCESS_TO_JOB** when not permitted to see this candidate in context of given job
- `404` — with code **CANDIDATE_NOT_FOUND** when candidate not found with code **JOB_NOT_FOUND** when candidate is not assigned to given job

---

[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)
