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
Example response
{
"groupId": "group123",
"groupName": "Temperature sensors",
"scopeId": "connector123",
"scopeName": "South Connector 1"
}