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

