Python
from everos import EverOS client = EverOS() settings = client.v1.settings response = settings.retrieve() print(response)
{ "data": { "timezone": "<string>", "created_at": "<string>", "updated_at": "<string>", "llm_custom_setting": {} } }
Get the singleton global settings for this memory space.
Bearer authentication header of the form Bearer 'api_key', obtain your API key from everos.evermind.ai.
Settings retrieved
Show child attributes