v51

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

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"
}