---
title: "Get Label"
method: GET
path: "/api/v1/labels/{label_id}"
tags: ["Labels"]
---

# Get Label

`GET /api/v1/labels/{label_id}`

Return a personal label by ID.

Returns `NOT_FOUND` when the label does not exist or the ID is invalid.

## Path parameters

- `label_id` integer, required — String ID of the label

## Response `200`

Successful Response

- LabelRestView
  - `id` string, required — String ID of the label.
  - `name` string, required — Label name.
  - `color` string, required — Label color name.
  - `order` integer, nullable, required — Position of the label in the label list, or `null` when no explicit order is set.
  - `is_favorite` boolean, required — Whether the label is marked as a favorite.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.net/todoist/apis/todoist-api.md) · [All operations](https://skmtc.net/todoist/apis/todoist-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/todoist/todoist-api/revisions/69a962f1578f/schema)
