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

## Changes

- **2026-08-19** `20f6974b3c56` — 2 info
  - added the required property `scopeId` to the response with the `200` status
  - added the required property `scopeName` to the response with the `200` status
- **2026-08-18** `87fa588c6b1b` — 2 breaking
  - removed the required property `scopeId` from the response with the `200` status
  - removed the required property `scopeName` from the response with the `200` status
- **2026-08-03** `8ee92ea35845` — 2 info
  - added the required property `scopeId` to the response with the `200` status
  - added the required property `scopeName` to the response with the `200` status
- **2026-07-30** `743d1b62f042` — 2 breaking
  - removed the required property `scopeId` from the response with the `200` status
  - removed the required property `scopeName` from the response with the `200` status
- **2026-07-30** `d9bf9e2d599d` — 2 info
  - added the required property `scopeId` to the response with the `200` status
  - added the required property `scopeName` to the response with the `200` status

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