v70

latestOpenAPI 3.0.0EUPLraw.githubusercontent.com2026-08-031426201.0 MB
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.

Example response

{
  "groupId": "group123",
  "groupName": "Temperature sensors"
}