Skip to main content
GET
TypeScript SDK

Authorizations

x-api-key
string
header
required

Long-lived org API key. Alternative: Authorization: Bearer <key>.

Query Parameters

include_archived
boolean
default:false

When true, the response includes archived groups in addition to active ones. Default false — most callers only need the currently-taggable set.

Response

Successful Response

Stripe-style list envelope. No cursor for now — group count is bounded by Settings.MAX_GROUPS_PER_ORG (default 100) so a single page is always sufficient.

object
string
default:list

Constant discriminator for the resource type.

Allowed value: "list"
data
Group · object[]

All matching groups in the org.