Get Resources
Configuration
Get Resources
Get status of all configured resources.
Returns the status of all embedders, language models, rerankers, and databases configured in the system. This is a subset of the full configuration response, focused specifically on resource health.
Each resource entry includes:
name: The unique identifier for the resourceprovider: The type of provider (e.g., ‘openai’, ‘amazon-bedrock’)status: Current state (‘ready’, ‘failed’, or ‘pending’)error: Error message if the resource failed to initialize
Use this endpoint to quickly check which resources are available before making API calls that depend on specific embedders or models.
GET
Get Resources
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
Status of all configured resources.
The status of all configured embedders.
The status of all configured language models.
The status of all configured rerankers.
The status of all configured databases.

