Skip to main content
GET
/
api
/
groups
/
{id}
/
count
Refresh group count
curl --request GET \
  --url https://api.agentixx.io/api/groups/{id}/count \
  --header 'x-tenant-id: <api-key>' \
  --cookie better-auth.session_token=
{
  "count": 123
}

Authorizations

better-auth.session_token
string
cookie
required

Session cookie set by Better Auth on sign-in.

x-tenant-id
string
header
required

Tenant/workspace UUID. Required on all /api/* endpoints.

Path Parameters

id
string<uuid>
required

Response

Updated count

count
number
required