---
title: "Get Information Related to a Group"
method: GET
path: "/groups/{entity_token}"
tags: ["Groups"]
deprecated: true
---

# Get Information Related to a Group

`GET /groups/{entity_token}`

> **Deprecated.**

<Callout type="warning" title="Deprecated Warning">
  This endpoint is deprecated in favor of using [Entity Groups](/reference/get_entity-groups-entity-token-or-external-id).
</Callout>

## Response `200`

Get all information for a group

- object
  - `name` string
  - `type` string
  - `entity_token` string
  - `archived` boolean
  - `meta` object
  - `external_entity_id` string
  - `created` number
  - `identity_details` object
  - `evaluations` object[]
    - `evaluation_token` string
    - `timestamp` number
    - `status` string
    - `application_name` string
    - `outcome` string
  - `documents` object[]
    - `document_token` string
    - `timestamp` number
    - `type` string
    - `name` string
  - `reviews` object[]
    - `review_token` string — Unique ID for the Review.
    - `entity_token` string — Unique ID for the Entity associated with the Review. Depending on how the Review is created, this value can also point to a Group Token.
    - `group_token` string — Unique ID for the Group (of Entities) associated with the Review.
    - `application_token` string — Unique ID for the Application (Workflow) associated with the Review. If Review is created via the API, this is determined by the authentication tokens used.
    - `outcome` string — Outcome of the Review. Value should equal an Outcome that's defined in your Alloy account settings.
    - `application_name` string — Name of the Application (Workflow) associated with this Review. If Review is created via the API, this is determined by the authentication tokens used.
    - `reviewer` string — Email of the Agent that created the Review.
    - `timestamp` number — Unix timestamp when the Review was created.
    - `reasons` string[] — Array of reasons for this Review and the Review's Outcome. Value should should equal a Review Reason that's defined in your Alloy account settings.
    - `agent` object
      - `email` string — Valid email of agent with Alloy account access.
      - `external_id` string — Unique external ID associated with the Agent, if any.
    - `notes` object[] — Array of notes associated with the Review, if any.
      - `note` string — Content to include in the body of the note.
      - `note_author_agent_email` string — Valid email of agent with Alloy account access, associated with creation of the note.
      - `created_at` number — Unix timestamp when the note was created.
      - `updated_at` number — Unix timestamp when the note was last updated.
  - `child_entities` Schema — unresolved $ref

---

[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)
