---
title: "Get Entity"
method: GET
path: "/api/entity/{entity_id}"
tags: ["entities"]
---

# Get Entity

`GET /api/entity/{entity_id}`

Get entity details by ID.

## Path parameters

- `entity_id` integer, required

## Response `200`

Successful Response

- AppApiDatafeedSchemaEntityEntityResponse — Response schema for entity endpoints.
  - `entity_id` integer, required — Internal entity ID
  - `name` string, required — Legal name of the entity
  - `short_name` string, nullable — Short name of the entity
  - `entity_type` string, required — Type of entity (e.g., Corporate, Sovereign)
  - `classification` object, nullable, required — Entity classification information

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/inferedge/apis/india-fixed-income-data-feed.md) · [All operations](https://skmtc.net/inferedge/apis/india-fixed-income-data-feed/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/inferedge/india-fixed-income-data-feed/versions/eea35c5e8d81/schema)
