---
title: "Get log scope details"
method: GET
path: "/api/logs/scopes/{scopeId}"
tags: ["Logs"]
---

# Get log scope details

`GET /api/logs/scopes/{scopeId}`

Retrieves details for a specific log scope by its ID

## Path parameters

- `scopeId` string, required

## Response `200`

Scope object or null if not found

- Scope — Represents a scope associated with log entries. A scope can be a connector, service, or module.
  - `scopeId` string, required — The unique identifier of the scope (e.g., connector ID, service ID).
  - `scopeName` string, required — The human-readable name of the scope.

---

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