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

# Get Entity

`GET /entities/{entity_id}`

Fetch a single entity by id, scoped to the current app.

## Path parameters

- `entity_id` string, uuid, required

## Response `200`

Successful Response

- EntityResponse
  - `id` string, uuid, required
  - `type` string, required
  - `name` string, required
  - `description` string, nullable
  - `attributes` object
  - `mention_count` integer, required
  - `first_seen_resource_id` string, nullable
  - `last_seen_resource_id` string, nullable
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/hyperspell/apis/hyperspell-api.md) · [All operations](https://skmtc.net/hyperspell/apis/hyperspell-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hyperspell/hyperspell-api/revisions/5721acd588e6/schema)
