---
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.

---

[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)
