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
Example response
[
{
"scopeId": "connector123",
"scopeName": "South Connector 1"
}
]