---
title: "Retrieve a subject"
method: GET
path: "/subjects/{subjectId}"
tags: ["Subjects"]
---

# Retrieve a subject

`GET /subjects/{subjectId}`

## Response `200`

Successful resopnse

- SubjectDto
  - `id` string — Subject ID
  - `fields` string[] — Fields
  - `entity` string — Entity identified by this subject

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Subject not found

---

[API](https://skmtc.net/fanhero/apis/tenant-endpoints.md) · [All operations](https://skmtc.net/fanhero/apis/tenant-endpoints/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fanhero/tenant-endpoints/versions/8e7584c449dc/schema)
