Namespace Management
List Namespaces
List all namespaces with type, vector dimension, item count, and created time.
GET
Overview
Returns every namespace on this Moorcheh instance, including how many items each namespace contains and when it was created.On-prem does not use API keys. No request body or special headers are required.
Response fields
List of namespace objects. Empty array
[] 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, with millisecond precision (for example
"2026-05-21T12:00:00.000Z")."failure" on server error responses.Error description when the request fails.