---
title: "Get target"
method: GET
path: "/targets/{targetId}"
tags: ["Target"]
---

# Get target

`GET /targets/{targetId}`

Returns a target with its basic information

## Path parameters

- `targetId` integer, required

## Response `200`

Success

- TargetBaseDto
  - `id` integer
  - `targetType` string, nullable
  - `caseId` integer
  - `caseComponentId` integer

---

[API](https://skmtc.net/diabatix/apis/case-api.md) · [All operations](https://skmtc.net/diabatix/apis/case-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/diabatix/case-api/versions/c1d303e2220d/schema)
