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

---

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