---
title: "GET /harnesses/{id}"
method: GET
path: "/harnesses/{id}"
tags: ["HarnessController"]
---

# GET /harnesses/{id}

`GET /harnesses/{id}`

## Path parameters

- `id` number, required

## Response `200`

Harness model instance

- Harness
  - `_id` number, required
  - `ankamaId` number
  - `name` string
  - `level` number
  - `type` string
  - `imgUrl` string
  - `url` string
  - `description` string
  - `recipe` object[]

---

[API](https://skmtc.dev/dofapi/apis/loopback-application.md) · [All operations](https://skmtc.dev/dofapi/apis/loopback-application/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/dofapi/loopback-application/revisions/8b5cdfcf6ccc/schema)
