v70

latestOpenAPI 3.0.0EUPLraw.githubusercontent.com2026-08-031426201.0 MB
Logs

Get scope suggestions

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

get/api/logs/scopes/suggest

Query parameters

namestring

Response

Array of matching scope objects

scopeIdstring required

The unique identifier of the scope (e.g., connector ID, service ID).

scopeNamestring required

The human-readable name of the scope.

Example response

[
  {
    "scopeId": "connector123",
    "scopeName": "South Connector 1"
  }
]