---
title: "GET /api/{entityName}/{id}/badges"
method: GET
path: "/api/{entityName}/{id}/badges"
tags: ["Products/Badges"]
---

# GET /api/{entityName}/{id}/badges

`GET /api/{entityName}/{id}/badges`

## Path parameters

- `entityName` string, required
- `id` string, required

## Response `200`

Default Response

- object
  - `metadata` object, required
    - `success` boolean, required — True when the request succeeded.
  - `data` object[], required
    - `badge` object, required
      - `id` string, required
      - `category` string, nullable, required
      - `name` string, required
      - `nameDe` string, nullable
      - `nameEs` string, nullable
      - `nameFr` string, nullable
      - `description` string, nullable, required
      - `descriptionDe` string, nullable
      - `descriptionEs` string, nullable
      - `descriptionFr` string, nullable
      - `imageFileUrl` string, nullable, required
      - `standardId` string, nullable
      - `translations` object
    - `proofs` object[], nullable, required
      - `id` string, nullable
      - `type` string, nullable
      - `url` string, nullable
      - `name` string, nullable
      - `status` string, nullable
      - `standardId` string, nullable
      - `expirationDate` string, nullable
      - `issuedBy` string, nullable
      - `issueDate` string, nullable

## Other responses

- `400` — Default Response
- `401` — Default Response
- `403` — Default Response
- `404` — Default Response

## Changes

> 22 revisions in range; 1 not diffed.

- **2026-08-31** `97e51f27dc77` — 11 breaking, 11 info
  - the response property `data/items/badge/category` became nullable for the status `200`
  - the response property `data/items/badge/description` became nullable for the status `200`
  - the response property `data/items/badge/descriptionDe` became nullable for the status `200`
  - the response property `data/items/badge/descriptionEs` became nullable for the status `200`
  - …18 more

[Change history](https://skmtc.dev/retraced/apis/api-reference/changes/api/:entityName/:id/badges/get.md)

---

[API](https://skmtc.dev/retraced/apis/api-reference.md) · [All operations](https://skmtc.dev/retraced/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/retraced/api-reference/revisions/97e51f27dc77/schema)
