---
title: "Get log item details"
method: GET
path: "/api/logs/items/{itemId}"
tags: ["Logs"]
---

# Get log item details

`GET /api/logs/items/{itemId}`

Retrieves details for a specific log item by its ID

## Path parameters

- `itemId` string, required

## Response `200`

Item object or 404 if not found

- Item — Represents an item associated with log entries. An item is a data point or query within a south connector.
  - `itemId` string, required — The unique identifier of the item (e.g., south connector item ID).
  - `itemName` string, required — The human-readable name of the item.
  - `scopeId` string, required — The unique identifier of the scope owning this item (e.g., connector ID).
  - `scopeName` string, required — The human-readable name of the scope owning this item (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-07-28** `9a6250881fa7` — 1 info
  - endpoint added
- **2026-07-26** `ea1c80cb9c69` — 1 breaking
  - api path removed without deprecation
- **2026-07-20** `6a232346b158` — 1 info
  - endpoint added
- **2026-07-15** `57cbe043ec5a` — 1 breaking
  - api path removed without deprecation

[Full history](https://skmtc.dev/optimistiksas/apis/oibus-api/changes/api/logs/items/:itemId/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)
