Returns the group-level configuration stored against the specified group. Without keys, every setting on the group is returned. With keys (comma-separated, e.g. key1,key2,key3), only the matching settings are returned and their values are evicted from the group-settings cache so the next read reflects any out-of-band update immediately. When keys is supplied and none of them exist, the call returns 404; without keys, an empty list is returned for a group that has no settings yet.
Use this when administering several groups. To read the settings of your active group, use GET /groups/active/settings.
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
200Successfully fetched group settings.
400The provided keys are invalid.
401You do not have permission to view the specified group settings.
404The provided group was not found.