---
title: "Retrieve an Entity"
method: GET
path: "/entities/{id}"
tags: ["Entities"]
---

# Retrieve an Entity

`GET /entities/{id}`

View a specific entity and its associated data. 

**OAuth Scope required:** `public.entities.readEntities`

## Path parameters

- `id` string, required

## Headers

- `x-as-user-email` string
- `x-as-user-id` string

## Response `200`

200

- EntityModel
  - `id` string, required — The unique identifier of the entity
  - `ironcladId` string, required — The unique Ironclad identifier of the entity
  - `name` string, required — The name of the entity
  - `status` string, required — The status of the entity
  - `lastUpdated` string, required — The last updated date of the entity
  - `properties` RecordProperties, required — The record properties associated with the record
  - `namedTypeIds` string[] — The unique identifiers of the relationship types associated with the entity
  - `parentId` string — The unique identifier of the parent entity

## Other responses

- `400` — 400
- `401` — 401
- `403` — 403
- `404` — 404

---

[API](https://skmtc.net/ironcladapp/apis/ironclad-public-api.md) · [All operations](https://skmtc.net/ironcladapp/apis/ironclad-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ironcladapp/ironclad-public-api/versions/9459b4cfc1e0/schema)
