# List eventgroups Returns a paginated list of Eventgroups for the specified site. Supports filtering and sorting. Endpoint: GET /site/{siteId}/ahds/v1/eventgroup Version: 1.0 Security: bearer ## Path parameters: - `siteId` (number, required) Site identifier ## Query parameters: - `page` (number) Page number (0-indexed) - `pageSize` (number) Number of items per page - `sortBy` (string) Field to sort by Enum: "createdAt", "updatedAt", "category", "description", "name" - `sortOrder` (string) Sort order Enum: "asc", "desc" - `category` (string) High-level category or type of event group (e.g., workflow, reminder-set, campaign). - `description` (string) Detailed description of the event group. - `locationId` (string) Primary location associated with this event group, if applicable. Example: "123e4567-e89b-12d3-a456-426614174000" - `name` (string) Human-readable name or label for the event group. - `organizationId` (string) Owning organization or practice for this event group. Example: "123e4567-e89b-12d3-a456-426614174000" - `status` (string) Lifecycle status of the event group. Enum: "active", "inactive", "archived" ## Response 200 fields ## Response 401 fields