---
title: "Get Information Related to an Entity"
method: GET
path: "/entities/{entity_token}"
tags: ["Entities"]
---

# Get Information Related to an Entity

`GET /entities/{entity_token}`

## Response `200`

Entity

- object
  - `name` string
  - `type` string
  - `entity_token` string
  - `archived` boolean
  - `created` number
  - `evaluations` Items[] — unresolved $ref
  - `documents` Items[] — unresolved $ref
  - `reviews` Items[] — unresolved $ref
  - `notes` object[]
    - `text` string — The contents of the note
    - `created_at` string, date-time — When the note was created
    - `updated_at` string, date-time — When the note was updated
    - `email` string — The email address of the author of the note
    - `name` string — The name of the author of the note

---

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