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

# Get entity

`GET /entities/{entity_id}`

Returns a specific entity

## Path parameters

- `entity_id` string, required

## Response `200`

successful operation

- EntityGet
  - `__v` integer
  - `updatedAt` string
  - `createdAt` string
  - `elements` string[]
  - `lang` string
  - `name` string
  - `slug` string
  - `user_id` string
  - `_id` string
  - `is_shared` boolean
  - `collaborators` string[]
  - `type` string
  - `is_censored` boolean
  - `is_public` boolean
  - `author` string
  - `author_id` string
  - `slot_id` string
  - `version` integer — version

## Other responses

- `400` — Invalid ID supplied
- `404` — entity not found

---

[API](https://skmtc.net/smartly/apis/smartly-ai-apis.md) · [All operations](https://skmtc.net/smartly/apis/smartly-ai-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smartly/smartly-ai-apis/revisions/1e26909d86c9/schema)
