---
title: "Get group suggestions"
method: GET
path: "/api/logs/groups/suggest"
tags: ["Logs"]
---

# Get group suggestions

`GET /api/logs/groups/suggest`

Returns a list of group suggestions based on the provided name fragment

## Query parameters

- `name` string

## Response `200`

Array of matching group objects

- Group[]
  - `groupId` string, required — The unique identifier of the group (e.g., south connector item group ID).
  - `groupName` string, required — The human-readable name of the group.

---

[API](https://skmtc.net/optimistiksas/apis/oibus-api.md) · [All operations](https://skmtc.net/optimistiksas/apis/oibus-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/optimistiksas/oibus-api/versions/743d1b62f042/schema)
