---
title: "List Labels for Applicant"
method: GET
path: "/v2/applicants/{id}/labels"
tags: ["Labels"]
---

# List Labels for Applicant

`GET /v2/applicants/{id}/labels`

This lists all labels for an applicant.

## Path parameters

- `id` string, required

## Response `200`

OK

- Labels
  - `labels` object[]
    - `title` string
    - `completed` union
      - boolean
      - integer

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.net/fountain/apis/hire-public-api.md) · [All operations](https://skmtc.net/fountain/apis/hire-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fountain/hire-public-api/versions/5f406c0e9462/schema)
