Python
from everos import EverOS client = EverOS() groups = client.v1.groups response = groups.retrieve("<string>") print(response)
{ "data": { "group_id": "<string>", "created_at": "<string>", "updated_at": "<string>", "name": "<string>", "description": "<string>" } }
Retrieve a group’s details by its group_id.
Bearer authentication header of the form Bearer 'api_key', obtain your API key from everos.evermind.ai.
Group identifier
Group found
Show child attributes