Get Config
Configuration
Get Config
Get current configuration and resource status.
Returns a comprehensive view of all configured resources in the system, including embedders, language models, rerankers, and databases. Each resource includes its current status (ready, failed, or pending) and any error messages if initialization failed.
This endpoint is useful for:
- Monitoring the health of configured resources
- Diagnosing startup failures when resources are unavailable
- Verifying that runtime configuration changes have been applied
Resources may be in one of three states:
ready: The resource is initialized and available for usefailed: The resource failed to initialize (error details included)pending: The resource is configured but not yet initialized
GET
Get Config
Documentation Index
Fetch the complete documentation index at: https://docs.memmachine.ai/llms.txt
Use this file to discover all available pages before exploring further.
Response
200 - application/json
Successful Response
Response model for configuration retrieval.
The status of all configured resources.
Current episodic memory configuration including both long-term and short-term memory.
Current semantic memory configuration.

