Skip to main content
GET
Get entity group by ID

Headers

x-project-id
string
required

Project ID to specify the project context

Path Parameters

id
string<uuid>
required

The UUID of the entity group to retrieve.

Response

id
string<uuid>
required
kind
enum<string>
required

What this container is: a top-level "group" or a "division". Immutable.

Available options:
group,
division
name
string
required
slug
string
required
createdAt
string<date-time>
required
updatedAt
string<date-time>
required
parent
string<uuid> | null

Parent group ID. Set only on divisions that belong to a group; null on top-level groups and standalone divisions.