Logs
Get log scope details
Retrieves details for a specific log scope by its ID
get/api/logs/scopes/{scopeId}
Path parameters
scopeIdstring required
Response
Scope object or null if not found
Example response
{
"scopeId": "connector123",
"scopeName": "South Connector 1"
}