---
title: "Get Applicant Statuses"
method: GET
path: "/api/v1/applicant_tracking/statuses"
tags: ["Applicant Tracking", "Public API"]
---

# Get Applicant Statuses

`GET /api/v1/applicant_tracking/statuses`

Get a list of applicant statuses configured for the company. The authenticated caller must have access to ATS settings. Returns both system-defined and custom statuses.

OAuth Scopes: hiring:applications

## Response `200`

Success. Returns an array of applicant status objects.

- object[]
  - `id` string — Status ID
  - `code` string, nullable — Internal status code, or null for custom statuses
  - `name` string — Status display name
  - `translatedName` string — Translated display name
  - `description` string, nullable — Optional description of the status
  - `enabled` boolean — Whether the status is currently active and selectable
  - `manageable` boolean — Whether the status can be managed (edited/deleted) by the company

## Other responses

- `401` — Unauthorized. Invalid API credentials.
- `403` — Insufficient user permissions or API access is not turned on.

---

[API](https://skmtc.net/bamboohr/apis/bamboohr-api.md) · [All operations](https://skmtc.net/bamboohr/apis/bamboohr-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bamboohr/bamboohr-api/versions/19ebf391a399/schema)
