---
title: "Retrieve Finding Label"
method: GET
path: "/labels/findings/{id}/"
tags: ["Finding Labels"]
---

# Retrieve Finding Label

`GET /labels/findings/{id}/`

## Path parameters

- `id` string, required — A unique Base58 value identifying this object.

## Response `200`

- FindingLabel
  - `id` string, required — A unique Base58 value identifying this object.
  - `name` string, required — Name of the label. The maximum length is 255 characters.
  - `color` string — Color of the label, in RGB hexadecimal format prefixed with "#". For example, "#00FF00" for green.
  - `changed_by` SimpleUser, required
    - `id` string, required — A unique Base58 value identifying this object.
    - `email` string, email — Email of the user.
    - `name` string, required — Name of the user.
  - `changed` string, date-time, required — Date and time of the last change, in ISO 8601 UTC format. For example, "2023-08-09T13:27:43.8208302".

## Other responses

- `400`
- `401`
- `404`
- `500`

---

[API](https://skmtc.net/probely/apis/snyk-api-web-s-api-reference-documentation.md) · [All operations](https://skmtc.net/probely/apis/snyk-api-web-s-api-reference-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/probely/snyk-api-web-s-api-reference-documentation/versions/e29879bff01b/schema)
