latestOpenAPI 3.0.0EUPLraw.githubusercontent.com2026-08-191426201.0 MB

fe8fd32c9fdc

Logs

Get log group details

Retrieves details for a specific log group by its ID

get/api/logs/groups/{groupId}

Path parameters

groupIdstring required

Response

Group object or 404 if not found

groupIdstring required

The unique identifier of the group (e.g., south connector item group ID).

groupNamestring required

The human-readable name of the group.

scopeIdstring required

The unique identifier of the scope owning this group (e.g., connector ID).

scopeNamestring required

The human-readable name of the scope owning this group (e.g., connector or history query name).

Example response

{
  "groupId": "group123",
  "groupName": "Temperature sensors",
  "scopeId": "connector123",
  "scopeName": "South Connector 1"
}