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

# Get entity

`GET /api/v1/entities/{entity_uuid}`

## Path parameters

- `entity_uuid` string, uuid, required

## Query parameters

- `space_uuid` string, uuid
- `space_id` string, uuid

## Response `200`

Entity detail

- EntityDetailResponse
  - `id` string, uuid, required
  - `space_id` string, uuid, required
  - `name` string, required
  - `entity_type` string, nullable, required
  - `edge_count` integer, required
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required
  - `memories` EntityMemory[], required
    - `memory_id` string, uuid, required
    - `content` string, required
    - `memory_type` string, required
    - `created_at` string, date-time, required

## Other responses

- `404` — Entity not found

## Changes

- **2026-08-25** `55772030ddd3` — 2 breaking
  - the response property `fields` became nullable for the status `404`
  - the `fields` response's property type/format changed from `object`/`` to ``/`` for status `404`
- **2026-08-19** `b38f8e603649` — 1 breaking
  - the `fields` response's property type/format changed from ``/`` to `object`/`` for status `404`

[Change history](https://skmtc.dev/crosmos/apis/crosmos-api/changes/api/v1/entities/:entity_uuid/get.md)

---

[API](https://skmtc.dev/crosmos/apis/crosmos-api.md) · [All operations](https://skmtc.dev/crosmos/apis/crosmos-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/crosmos/crosmos-api/revisions/55772030ddd3/schema)
