---
title: "Get candidate status"
method: GET
path: "/status/{applicationUuid}"
tags: ["candidate-status"]
---

# Get candidate status

`GET /status/{applicationUuid}`

Get candidates application status from the candidate perspective.

Possible statuses are: `NEW`, `IN_REVIEW`, `INTERVIEW`, `OFFERED`, `HIRED`, `ARCHIVED`.
For `ARCHIVED` there is also substatus returned: `REJECTED`, `WITHDRAWN_BY_APPLICANT`, `TRANSFERRED`, `DELETED_BY_COMPANY`.

## Path parameters

- `applicationUuid` string, required

## Response `200`

Candidate status

- StatusDto
  - `applicationId` string
  - `status` string
  - `substatus` string

## Other responses

- `400` — Invalid request
- `401` — Unauthorized
- `404` — Application not found
- `500` — Internal server 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/revisions/449bdc2516c9/schema)
