v51

OpenAPI 3.0.0EUPLraw.githubusercontent.com2026-08-01133591927.1 KB
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"
  }
]