Load Settings
Load user settings.
Retrieves the settings for the authenticated user, including LLM configuration, provider tokens, and other user preferences.
Returns: GETSettingsModel: The user settings with token data
Raises: 404: Settings not found 401: Invalid token
Authorizations
Response
Successful Response
Settings with additional token data for the frontend
Strategy for grouping conversations within sandboxes.
NO_GROUPING, GROUP_BY_NEWEST, LEAST_RECENTLY_USED, FEWEST_CONVERSATIONS, ADD_TO_ANY Saved LLM profiles and the currently active profile name. See LLMProfiles for the profile-management API.
List of marketplace registrations for plugin resolution. Marketplaces with auto_load=True will have their plugins loaded automatically at conversation start. See MarketplaceRegistration for details.
Marketplaces inherited from instance or organization level. These are read-only and cannot be modified by the user. Computed at runtime: Instance defaults + Org defaults.

