---
title: "Get candidate status"
method: GET
path: "/postings/{uuid}/candidates/{candidateId}/status"
tags: ["Application API"]
---

# Get candidate status

`GET /postings/{uuid}/candidates/{candidateId}/status`

## Path parameters

- `uuid` string, required
- `candidateId` string, required

## Response `200`

Successful request

- ApplicationStatusInfo
  - `status` 'NEW' | 'IN_REVIEW' | 'INTERVIEW' | 'OFFER' | 'HIRE' | 'REJECTED' | 'WITHDRAWN' | 'LEAD' | 'TRANSFERRED' | 'OTHER'

## Other responses

- `400` — Invalid request
- `401` — Unauthenticated
- `429` — Too Many Requests
- `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)
