Skip to main content
GET
Get a single content group

Path Parameters

groupId
string
required

Content group identifier. The literal value SYSTEM may be used as an alias for the organization's SYSTEM content group.

Response

Content group

id
string
required

Unique identifier of the content group

name
string
required

Content group name (not required to be unique within the organization)

createdAt
string
required

When the content group was created — timestamp (ISO-8601 format)

updatedAt
string
required

When the content group was last updated — timestamp (ISO-8601 format)

groupType
enum<string>
required

Whether the group is customer-created (USER) or a platform-managed system group (SYSTEM). Every organization has exactly one SYSTEM group, representing "applies to all content groups." SYSTEM groups are created automatically and cannot be created, updated, or deleted via the API — only USER groups can. Server-determined, never accepted on create/update requests.

Available options:
SYSTEM,
USER
description
string

Optional free-text description