cURL
curl --request GET \ --url https://api.agentixx.io/api/groups/{id}/contacts \ --header 'x-tenant-id: <api-key>' \ --cookie better-auth.session_token=
{ "items": [ {} ], "total": 123 }
Returns paginated contacts matching the group filters.
Session cookie set by Better Auth on sign-in.
Tenant/workspace UUID. Required on all /api/* endpoints.
Page size (max 100)
"50"
Offset for pagination
"0"
Contact list
Show child attributes