---
title: "Get label link"
method: GET
path: "/api/label_links/{id}/"
tags: ["Labels"]
---

# Get label link

`GET /api/label_links/{id}/`

Get label links for a specific project configuration.

## Path parameters

- `id` integer, required

## Response `200`

- LabelLink — A ModelSerializer that takes additional arguments for "fields", "omit" and "expand" in order to control which fields are displayed, and whether to replace simple values with complex, nested serializations
  - `annotations_count` integer, required
  - `from_name` string, required — Tag name
  - `id` integer, required
  - `label` integer, required
  - `project` integer, required

---

[API](https://skmtc.net/humansignal/apis/label-studio-api.md) · [All operations](https://skmtc.net/humansignal/apis/label-studio-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/humansignal/label-studio-api/versions/1b113b8df950/schema)
