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

## Changes

- **2026-07-20** `6a232346b158` — 1 info
  - endpoint added
- **2026-07-15** `57cbe043ec5a` — 1 breaking
  - api path removed without deprecation
- **2026-07-06** `4c50d4a73f66` — 1 info
  - endpoint added
- **2026-07-03** `a460443e789e` — 1 breaking
  - api path removed without deprecation
- **2026-06-29** `ea736a81a931` — 1 info
  - endpoint added

[Full history](https://skmtc.dev/optimistiksas/apis/oibus-api/changes/api/logs/groups/:groupId/get.md)

---

[API](https://skmtc.dev/optimistiksas/apis/oibus-api.md) · [All operations](https://skmtc.dev/optimistiksas/apis/oibus-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/optimistiksas/oibus-api/revisions/d3abecc48b97/schema)
