---
title: "List subjects"
method: GET
path: "/subjects"
tags: ["Subjects"]
---

# List subjects

`GET /subjects`

## Query parameters

- `page` number
- `pageSize` number
- `direction` 'ASC' | 'DESC'
- `field` 'entity'
- `entity__exact` string
- `entity__contains` string

## Headers

- `organization` string, required

## Response `200`

Successful resopnse

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

## Other responses

- `401` — Unauthorized
- `403` — Forbidden

---

[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)
