---
title: "Get log group details"
method: GET
path: "/api/logs/groups/{groupId}"
tags: ["Logs"]
---

# Get log group details

`GET /api/logs/groups/{groupId}`

Retrieves details for a specific log group by its ID

## Path parameters

- `groupId` string, required

## Response `200`

Group object or 404 if not found

- Group — Represents a group associated with log entries. A group is a set of south connector items queried together.
  - `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.
  - `scopeId` string, required — The unique identifier of the scope owning this group (e.g., connector ID).
  - `scopeName` string, required — The human-readable name of the scope owning this group (e.g., connector or history query name).

---

[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/revisions/fe8fd32c9fdc/schema)
