---
title: "Get scope suggestions"
method: GET
path: "/api/logs/scopes/suggest"
tags: ["Logs"]
---

# Get scope suggestions

`GET /api/logs/scopes/suggest`

Returns a list of scope suggestions based on the provided name fragment

## Query parameters

- `name` string

## Response `200`

Array of matching scope objects

- Scope[]
  - `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/revisions/743d1b62f042/schema)
