Skip to main content
GET
Get an agent group by ID

Authorizations

Authorization
string
header
required

Supabase JWT token in Authorization: Bearer header

Path Parameters

group_id
string<uuid>
required

Agent-group identifier (UUID).

Response

Group details with members

group_id
string
org_id
string
name
string
color
string | null

Group colour as #rrggbb, or null when no colour is set.

status
enum<string>
Available options:
active,
archived
member_count
integer
members
object[]