---
title: "Gets the list of entities"
method: GET
path: "/v1/entities"
tags: ["entities"]
---

# Gets the list of entities

`GET /v1/entities`

Get the list of entities that are being managed by the Reference Data Services.

This includes details about the entities' schemas.

## Response `200`

A list of entities, including their data schemas

- object
  - `status` string
  - `code` integer
  - `data` unknown[]
    - unknown

## Other responses

- `400` — Bad request
- `401` — The user is not authorized to perform this request

---

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