Documentation Index
Fetch the complete documentation index at: https://docs.moorcheh.ai/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Returns every namespace on this Moorcheh instance, including type, vector dimension, item count, and created time.Method
API
GET /namespaces — see List namespaces
Example
Returns
List of namespace objects. Empty list when no namespaces exist yet.
Unique name of the namespace.
"text" or "vector".Fixed vector length for vector namespaces.
null for text namespaces.Number of items stored in this namespace.
ISO 8601 UTC timestamp when the namespace was created.
"failure" on server error responses.Error description when the request fails.
Example return value
Errors
Non-2xx responses raiseMoorchehApiError.