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

Changes

No recorded changes to this endpoint across all 73 revisions of this API.